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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h989 typedef void (*sqlite3_syscall_ptr)(void); typedef
1019 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1020 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1539 typedef void (*sqlite3_syscall_ptr)(void); typedef
1569 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1570 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
25275 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
25276 sqlite3_syscall_ptr pDefault; /* Default value */
25278 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
25281 { "close", (sqlite3_syscall_ptr)close, 0 },
25284 { "access", (sqlite3_syscall_ptr)access, 0 },
25287 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
25290 { "stat", (sqlite3_syscall_ptr)sta
[all...]

Completed in 529 milliseconds