Searched refs:sqlite3_syscall_ptr (Results 1 – 4 of 4) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3.h | 1463 typedef void (*sqlite3_syscall_ptr)(void); typedef 1493 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); 1494 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 1773 typedef void (*sqlite3_syscall_ptr)(void); typedef 1803 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); 1804 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName); 37152 sqlite3_syscall_ptr pCurrent; /* Current value of the system call */ 37153 sqlite3_syscall_ptr pDefault; /* Default value */ 37155 { "open", (sqlite3_syscall_ptr)posixOpen, 0 }, 37158 { "close", (sqlite3_syscall_ptr)close, 0 }, 37161 { "access", (sqlite3_syscall_ptr)access, 0 }, 37164 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 }, 37167 { "stat", (sqlite3_syscall_ptr)stat, 0 }, [all …]
|
| D | shell.c | 6339 static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr); 6340 static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z); 6793 sqlite3_syscall_ptr pCall in apndSetSystemCall() 6797 static sqlite3_syscall_ptr apndGetSystemCall( in apndGetSystemCall()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 87862 -static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr); 87863 -static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z); 89206 - sqlite3_syscall_ptr pCall 89210 -static sqlite3_syscall_ptr apndGetSystemCall( 92406 +static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr); 92407 +static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z); 93373 + sqlite3_syscall_ptr pCall 93377 +static sqlite3_syscall_ptr apndGetSystemCall( 126277 -static int apndSetSystemCall(sqlite3_vfs*, const char*,sqlite3_syscall_ptr); 126278 -static sqlite3_syscall_ptr apndGetSystemCall(sqlite3_vfs*, const char *z); [all …]
|