Searched refs:sqlite3_error_offset (Results 1 – 7 of 7) sorted by relevance
489 sqlite3_error_offset,
674 #define sqlite3_error_offset sqlite3_api->error_offset macro
2603 int sqlite3_error_offset(sqlite3 *db){ in sqlite3_error_offset() function
2741 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_error_offset(pDb->db))); in DbObjCmd()
4489 iByteOffset = sqlite3_error_offset(db); in test_error_offset()
3868 ** <li> sqlite3_error_offset()3884 ** SQL, the sqlite3_error_offset() interface returns the byte offset3886 ** sqlite3_error_offset() assumes that the input SQL is UTF8.3888 ** SQL, then the sqlite3_error_offset() function returns -1.3909 int sqlite3_error_offset(sqlite3 *db);
2654 || (iOffset = sqlite3_error_offset(db))<0