Home
last modified time | relevance | path

Searched refs:sqlite3_error_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h680 #define sqlite3_error_offset sqlite3_api->error_offset macro
Dsqlite3.h3923 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
/third_party/chromium/patch/
D0003-ohos-1115.patch84415 +#define sqlite3_error_offset chrome_sqlite3_error_offset // Line 3875
93788 + || (iOffset = sqlite3_error_offset(db))<0
96500 +** <li> sqlite3_error_offset()
96509 +** SQL, the sqlite3_error_offset() interface returns the byte offset
96511 +** sqlite3_error_offset() assumes that the input SQL is UTF8.
96513 +** SQL, then the sqlite3_error_offset() function returns -1.
96522 +SQLITE_API int sqlite3_error_offset(sqlite3 *db);
108614 +#define sqlite3_error_offset sqlite3_api->error_offset
108634 + sqlite3_error_offset,
120245 +SQLITE_API int sqlite3_error_offset(sqlite3 *db){
[all …]
/third_party/sqlite/src/
Dshell.c17058 || (iOffset = sqlite3_error_offset(db))<0 in shell_error_context()
Dsqlite3.c4229 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
132390 #define sqlite3_error_offset sqlite3_api->error_offset
132903 sqlite3_error_offset,
175820 SQLITE_API int sqlite3_error_offset(sqlite3 *db){