HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_error_offset (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 691 #define sqlite3_error_offset sqlite3_api->error_offset macro
sqlite3.h 4204 ** <li> sqlite3_error_offset()
4224 ** SQL, the sqlite3_error_offset() interface returns the byte offset
4226 ** sqlite3_error_offset() assumes that the input SQL is UTF-8.
4228 ** SQL, then the sqlite3_error_offset() function returns -1.
4249 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
shell.c 25888 || (iOffset = sqlite3_error_offset(db))<0
    [all...]
sqlite3.c 4525 ** <li> sqlite3_error_offset()
4545 ** SQL, the sqlite3_error_offset() interface returns the byte offset
4547 ** sqlite3_error_offset() assumes that the input SQL is UTF-8.
4549 ** SQL, then the sqlite3_error_offset() function returns -1.
4570 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
142911 #define sqlite3_error_offset macro
189862 SQLITE_API int sqlite3_error_offset(sqlite3 *db){ function
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3253 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_error_offset(pDb->db)));

Completed in 98 milliseconds