Searched defs:sqlite3_system_errno (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h541 #define sqlite3_system_errno sqlite3_api->system_errno macro
H A Dsqlite3.c8585 SQLITE_API int sqlite3_system_errno(sqlite3*);
111543 #define sqlite3_system_errno macro
142231 SQLITE_API int sqlite3_system_errno(sqlite3 *db){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h541 #define sqlite3_system_errno sqlite3_api->system_errno macro
H A Dsqlite3.c8585 SQLITE_API int sqlite3_system_errno(sqlite3*);
111543 #define sqlite3_system_errno macro
142231 SQLITE_API int sqlite3_system_errno(sqlite3 *db){ function
[all...]

Completed in 592 milliseconds