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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h902 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
945 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1445 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1488 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
23922 0, /* xSetSystemCall */
24533 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1130 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1173 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1245 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1288 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
24730 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1130 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1173 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1245 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1288 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
24748 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]

Completed in 560 milliseconds