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

/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.h1100 typedef void (*sqlite3_syscall_ptr)(void); typedef
1130 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1131 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1671 typedef void (*sqlite3_syscall_ptr)(void); typedef
1701 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1702 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
23453 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
23454 sqlite3_syscall_ptr pDefault; /* Default value */
23456 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
23459 { "close", (sqlite3_syscall_ptr)close, 0 },
23462 { "access", (sqlite3_syscall_ptr)access, 0 },
23465 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
23468 { "stat", (sqlite3_syscall_ptr)sta
[all...]
/freebsd-10.0-release/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...]

Completed in 574 milliseconds