Searched refs:sqlite3_error_offset (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h681 #define sqlite3_error_offset sqlite3_api->error_offset macro
H A Dsqlite3.h3953 ** <li> sqlite3_error_offset()
3972 ** SQL, the sqlite3_error_offset() interface returns the byte offset
3974 ** sqlite3_error_offset() assumes that the input SQL is UTF8.
3976 ** SQL, then the sqlite3_error_offset() function returns -1.
3997 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
H A Dshell.c19744 || (iOffset = sqlite3_error_offset(db))<0
H A Dsqlite3.c4266 ** <li> sqlite3_error_offset()
4285 ** SQL, the sqlite3_error_offset() interface returns the byte offset
4287 ** sqlite3_error_offset() assumes that the input SQL is UTF8.
4289 ** SQL, then the sqlite3_error_offset() function returns -1.
4310 SQLITE_API int sqlite3_error_offset(sqlite3 *db);
136153 #define sqlite3_error_offset macro
180833 SQLITE_API int sqlite3_error_offset(sqlite3 *db){ function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c2765 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_error_offset(pDb->db)));

Completed in 723 milliseconds