Searched refs:xGetSystemCall (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c406 aSyscall[iCall].xOrig = pVfs->xGetSystemCall(pVfs, aSyscall[iCall].zName);
492 x = pVfs->xGetSystemCall(pVfs, Tcl_GetString(objv[2]));
H A Dtest_vfstrace.c697 return pRoot->xGetSystemCall(pRoot, zName);
759 pNew->xGetSystemCall = pRoot->xGetSystemCall==0 ? 0 :
H A Dsqlite.h.in897 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
941 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h902 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
946 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1445 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1489 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
23938 0, /* xGetSystemCall */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1011 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1561 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
24792 0, /* xGetSystemCall */
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1011 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
H A Dsqlite3.c1561 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); member in struct:sqlite3_vfs
24792 0, /* xGetSystemCall */
[all...]

Completed in 475 milliseconds