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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 344 milliseconds