Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1426 typedef void (*sqlite3_syscall_ptr)(void); typedef
1456 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1457 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
/third_party/sqlite/src/
Dsqlite3.c1736 typedef void (*sqlite3_syscall_ptr)(void); typedef
1766 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1767 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
34719 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */
34720 sqlite3_syscall_ptr pDefault; /* Default value */
34722 { "open", (sqlite3_syscall_ptr)posixOpen, 0 },
34725 { "close", (sqlite3_syscall_ptr)close, 0 },
34728 { "access", (sqlite3_syscall_ptr)access, 0 },
34731 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },
34734 { "stat", (sqlite3_syscall_ptr)stat, 0 },
[all …]
Dshell.c3860 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
3861 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
4314 sqlite3_syscall_ptr pCall in apndSetSystemCall()
4318 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch82459 -static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
82460 -static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
83803 - sqlite3_syscall_ptr pCall
83807 -static sqlite3_syscall_ptr apndGetSystemCall(
87003 +static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
87004 +static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
87970 + sqlite3_syscall_ptr pCall
87974 +static sqlite3_syscall_ptr apndGetSystemCall(
120094 -static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr);
120095 -static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z);
[all …]