Searched refs:sqlite3_syscall_ptr (Results 1 – 3 of 3) 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 | 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 …]
|