Lines Matching refs:sqlite3_error_offset
4188 ** <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 sqlite3_api->error_offset
133116 sqlite3_error_offset,
176033 SQLITE_API int sqlite3_error_offset(sqlite3 *db){