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

/external/sqlite/dist/orig/
H A Dsqlite3.h1024 typedef void (*sqlite3_syscall_ptr)(void); typedef
1054 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1574 typedef void (*sqlite3_syscall_ptr)(void); typedef
1604 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
25337 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
25338 sqlite3_syscall_ptr pDefault; /* Default value */
25340 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
25343 { "close", (sqlite3_syscall_ptr)close, 0 },
25346 { "access", (sqlite3_syscall_ptr)access, 0 },
25349 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
25352 { "stat", (sqlite3_syscall_ptr)sta
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1024 typedef void (*sqlite3_syscall_ptr)(void); typedef
1054 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1574 typedef void (*sqlite3_syscall_ptr)(void); typedef
1604 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
25337 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
25338 sqlite3_syscall_ptr pDefault; /* Default value */
25340 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
25343 { "close", (sqlite3_syscall_ptr)close, 0 },
25346 { "access", (sqlite3_syscall_ptr)access, 0 },
25349 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
25352 { "stat", (sqlite3_syscall_ptr)sta
[all...]

Completed in 379 milliseconds