Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dloadext.c489 sqlite3_error_offset,
H A Dsqlite3ext.h674 #define sqlite3_error_offset sqlite3_api->error_offset macro
H A Dmain.c2603 int sqlite3_error_offset(sqlite3 *db){ in sqlite3_error_offset() function
H A Dtclsqlite.c2741 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_error_offset(pDb->db))); in DbObjCmd()
H A Dtest1.c4489 iByteOffset = sqlite3_error_offset(db); in test_error_offset()
H A Dsqlite.h.in3868 ** <li> sqlite3_error_offset()
3884 ** SQL, the sqlite3_error_offset() interface returns the byte offset
3886 ** 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);
H A Dshell.c.in2654 || (iOffset = sqlite3_error_offset(db))<0