Home
last modified time | relevance | path

Searched refs:sqlite3_syscall_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1488 typedef void (*sqlite3_syscall_ptr)(void); typedef
1518 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1519 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dshell.c9701 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
9702 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
10155 sqlite3_syscall_ptr pCall in apndSetSystemCall()
10159 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
16438 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
16439 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
17318 sqlite3_syscall_ptr pFunc in vfstraceSetSystemCall()
17324 static sqlite3_syscall_ptr vfstraceGetSystemCall( in vfstraceGetSystemCall()
H A Dsqlite3.c1807 typedef void (*sqlite3_syscall_ptr)(void); typedef
1837 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1838 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
39268 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
39269 sqlite3_syscall_ptr pDefault; /* Default value */
39271 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
39274 { "close", (sqlite3_syscall_ptr)close, 0 },
39277 { "access", (sqlite3_syscall_ptr)access, 0 },
39280 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
39283 { "stat", (sqlite3_syscall_ptr)stat, 0 },
[all …]