Lines Matching refs:sqlite3_error_offset
4285 ** <li> sqlite3_error_offset()
4304 ** SQL, the sqlite3_error_offset() interface returns the byte offset
4306 ** sqlite3_error_offset() assumes that the input SQL is UTF8.
4308 ** SQL, then the sqlite3_error_offset() function returns -1.
4329 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
137114 #define sqlite3_error_offset sqlite3_api->error_offset
137625 sqlite3_error_offset,
182449 SQLITE_API int sqlite3_error_offset(sqlite3 *db){