Home
last modified time | relevance | path

Searched refs:sqlite3_error_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h680 #define sqlite3_error_offset sqlite3_api->error_offset macro
H A Dsqlite3.h3882 ** <li> sqlite3_error_offset()
3898 ** SQL, the sqlite3_error_offset() interface returns the byte offset
3900 ** sqlite3_error_offset() assumes that the input SQL is UTF8.
3902 ** SQL, then the sqlite3_error_offset() function returns -1.
3923 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
/third_party/sqlite/src/
H A Dshell.c17058 || (iOffset = sqlite3_error_offset(db))<0 in shell_error_context()
H A Dsqlite3.c4188 ** <li> sqlite3_error_offset()
4204 ** SQL, the sqlite3_error_offset() interface returns the byte offset
4206 ** sqlite3_error_offset() assumes that the input SQL is UTF8.
4208 ** SQL, then the sqlite3_error_offset() function returns -1.
4229 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
132603 #define sqlite3_error_offset global() macro
176033 SQLITE_API int sqlite3_error_offset(sqlite3 *db){ global() function
[all...]

Completed in 195 milliseconds