Home
last modified time | relevance | path

Searched refs:sqlite3_syscall_ptr (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/
Dsqlite3.h1294 typedef void (*sqlite3_syscall_ptr)(void); typedef
1324 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1325 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
Dsqlite3.c2318 typedef void (*sqlite3_syscall_ptr)(void); typedef
2348 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
2349 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
31116 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
31117 sqlite3_syscall_ptr pDefault; /* Default value */
31119 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
31122 { "close", (sqlite3_syscall_ptr)close, 0 },
31125 { "access", (sqlite3_syscall_ptr)access, 0 },
31128 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
31131 { "stat", (sqlite3_syscall_ptr)stat, 0 },
[all …]
Dshell.c3532 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
3533 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
3923 sqlite3_syscall_ptr pCall in apndSetSystemCall()
3927 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
/external/sqlite/dist/orig/
Dsqlite3.h1294 typedef void (*sqlite3_syscall_ptr)(void); typedef
1324 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1325 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
Dsqlite3.c2318 typedef void (*sqlite3_syscall_ptr)(void); typedef
2348 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
2349 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
31112 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
31113 sqlite3_syscall_ptr pDefault; /* Default value */
31115 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
31118 { "close", (sqlite3_syscall_ptr)close, 0 },
31121 { "access", (sqlite3_syscall_ptr)access, 0 },
31124 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
31127 { "stat", (sqlite3_syscall_ptr)stat, 0 },
[all …]
Dshell.c3526 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
3527 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
3917 sqlite3_syscall_ptr pCall in apndSetSystemCall()
3921 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()