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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_syscall.c113 sqlite3_syscall_ptr xTest;
114 sqlite3_syscall_ptr xOrig;
118 /* 0 */ { "open", (sqlite3_syscall_ptr)ts_open, 0, EACCES, 0 },
119 /* 1 */ { "close", (sqlite3_syscall_ptr)ts_close, 0, 0, 0 },
120 /* 2 */ { "access", (sqlite3_syscall_ptr)ts_access, 0, 0, 0 },
121 /* 3 */ { "getcwd", (sqlite3_syscall_ptr)ts_getcwd, 0, 0, 0 },
122 /* 4 */ { "stat", (sqlite3_syscall_ptr)ts_stat, 0, 0, 0 },
123 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
124 /* 6 */ { "ftruncate", (sqlite3_syscall_ptr)ts_ftruncate, 0, EIO, 0 },
125 /* 7 */ { "fcntl", (sqlite3_syscall_ptr)ts_fcnt
[all...]
H A Dos_unix.c295 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
296 sqlite3_syscall_ptr pDefault; /* Default value */
298 { "open", (sqlite3_syscall_ptr)open, 0 },
301 { "close", (sqlite3_syscall_ptr)close, 0 },
304 { "access", (sqlite3_syscall_ptr)access, 0 },
307 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
310 { "stat", (sqlite3_syscall_ptr)stat, 0 },
323 { "fstat", (sqlite3_syscall_ptr)fstat, 0 },
327 { "ftruncate", (sqlite3_syscall_ptr)ftruncate, 0 },
330 { "fcntl", (sqlite3_syscall_ptr)fcnt
[all...]
H A Dtest_vfstrace.c80 static int vfstraceSetSystemCall(sqlite3_vfs*,const char*, sqlite3_syscall_ptr);
81 static sqlite3_syscall_ptr vfstraceGetSystemCall(sqlite3_vfs*, const char *);
685 sqlite3_syscall_ptr pFunc
691 static sqlite3_syscall_ptr vfstraceGetSystemCall(
H A Dsqlite.h.in910 typedef void (*sqlite3_syscall_ptr)(void);
940 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
941 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
/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 4378 milliseconds