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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h957 typedef void (*sqlite3_syscall_ptr)(void); typedef
987 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
988 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1510 typedef void (*sqlite3_syscall_ptr)(void); typedef
1540 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1541 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
24896 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24897 sqlite3_syscall_ptr pDefault; /* Default value */
24899 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
24902 { "close", (sqlite3_syscall_ptr)close, 0 },
24905 { "access", (sqlite3_syscall_ptr)access, 0 },
24908 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
24911 { "stat", (sqlite3_syscall_ptr)sta
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h1369 typedef void (*sqlite3_syscall_ptr)(void); typedef
1399 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1400 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c2432 typedef void (*sqlite3_syscall_ptr)(void); typedef
2462 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
2463 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
[all...]
H A Dshell.c3799 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
3800 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
4251 sqlite3_syscall_ptr pCall
4255 static sqlite3_syscall_ptr apndGetSystemCall(

Completed in 1028 milliseconds