Home
last modified time | relevance | path

Searched refs:sqlite3_system_errno (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dloadext.c423 sqlite3_system_errno,
H A Dsqlite3ext.h616 #define sqlite3_system_errno sqlite3_api->system_errno macro
H A Dmain.c2678 int sqlite3_system_errno(sqlite3 *db){ in sqlite3_system_errno() function
H A Dtest1.c5730 iErrno = sqlite3_system_errno(db); in test_system_errno()
H A Dsqlite.h.in10138 int sqlite3_system_errno(sqlite3*);
/sqlite-3.40.0/test/
H A Dcapi3.test175 set ::capi3_errno [sqlite3_system_errno $db2]
182 list [sqlite3_system_errno $db2] [sqlite3_close $db2]