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

/external/sqlite/dist/orig/
H A Dsqlite3.h1155 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1198 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1362 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1405 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
25916 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1155 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1198 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1362 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1405 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
25934 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]

Completed in 458 milliseconds