Searched defs:sqlite3_syscall_ptr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h915 typedef void (*sqlite3_syscall_ptr)(void); typedef
945 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
946 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1458 typedef void (*sqlite3_syscall_ptr)(void); typedef
1488 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1489 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
24436 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24437 sqlite3_syscall_ptr pDefault; /* Default value */
24439 { "open", (sqlite3_syscall_ptr)open, 0 },
24442 { "close", (sqlite3_syscall_ptr)close, 0 },
24445 { "access", (sqlite3_syscall_ptr)access, 0 },
24448 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
24451 { "stat", (sqlite3_syscall_ptr)sta
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1143 typedef void (*sqlite3_syscall_ptr)(void); typedef
1173 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1174 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1258 typedef void (*sqlite3_syscall_ptr)(void); typedef
1288 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1289 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
24610 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24611 sqlite3_syscall_ptr pDefault; /* Default value */
24613 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
24616 { "close", (sqlite3_syscall_ptr)close, 0 },
24619 { "access", (sqlite3_syscall_ptr)access, 0 },
24622 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
24625 { "stat", (sqlite3_syscall_ptr)sta
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1143 typedef void (*sqlite3_syscall_ptr)(void); typedef
1173 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1174 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
H A Dsqlite3.c1258 typedef void (*sqlite3_syscall_ptr)(void); typedef
1288 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1289 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
24617 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
24618 sqlite3_syscall_ptr pDefault; /* Default value */
24620 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
24623 { "close", (sqlite3_syscall_ptr)close, 0 },
24626 { "access", (sqlite3_syscall_ptr)access, 0 },
24629 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
24632 { "stat", (sqlite3_syscall_ptr)sta
[all...]

Completed in 618 milliseconds