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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h944 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
987 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dsqlite3.c1497 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1540 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
24356 0, /* xSetSystemCall */
24993 ** This is the xSetSystemCall() method of sqlite3_vfs for all of the
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1356 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
1399 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
H A Dshell.c3823 apndSetSystemCall, /* xSetSystemCall */
4253 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall);
H A Dsqlite3.c2419 ** ^The xSetSystemCall(), xGetSystemCall(), and xNestSystemCall() interfaces
2462 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member in struct:sqlite3_vfs
[all...]

Completed in 1363 milliseconds