HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_syscall_ptr (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 113 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_fcntl, 0, EACCES, 0 }
    [all...]
os_unix.c 295 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)fcntl, 0 }
    [all...]
test_vfstrace.c 80 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(
sqlite.h.in     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 915 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]
sqlite3.c 1458 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 1024 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]
sqlite3.c 1574 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]
  /external/sqlite/dist/
sqlite3.h 1024 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]
sqlite3.c 1574 typedef void (*sqlite3_syscall_ptr)(void); typedef
    [all...]

Completed in 2382 milliseconds