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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c16 ** xSetSystemCall() method of the VFS. The Tcl interface is as follows:
54 ** xSetSystemCall(pVfs, 0, 0);
59 ** xSetSystemCall(pVfs, "open", 0);
407 pVfs->xSetSystemCall(pVfs, aSyscall[iCall].zName, aSyscall[iCall].xTest);
432 pVfs->xSetSystemCall(pVfs, aSyscall[i].zName, 0);
456 rc = pVfs->xSetSystemCall(pVfs, 0, 0);
461 rc = pVfs->xSetSystemCall(pVfs, Tcl_GetString(objv[2]), 0);
H A Dtest_vfstrace.c689 return pRoot->xSetSystemCall(pRoot, zName, pFunc);
757 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 :
H A Dsqlite.h.in897 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
940 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
/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 604 milliseconds