Searched refs:sqlite3_syscall_ptr (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.h | 957 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);
|
| HD | sqlite3.c | 1510 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)stat, 0 }, [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.h | 1178 typedef void (*sqlite3_syscall_ptr)(void); typedef 1208 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); 1209 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
|
| HD | sqlite3.c | 1392 typedef void (*sqlite3_syscall_ptr)(void); typedef 1422 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); 1423 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); 26311 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */ 26312 sqlite3_syscall_ptr pDefault; /* Default value */ 26314 { "open", (sqlite3_syscall_ptr)posixOpen, 0 }, 26317 { "close", (sqlite3_syscall_ptr)close, 0 }, 26320 { "access", (sqlite3_syscall_ptr)access, 0 }, 26323 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 }, 26326 { "stat", (sqlite3_syscall_ptr)stat, 0 }, [all …]
|