Searched refs:xSetSystemCall (Results 1 – 3 of 3) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3.h | 1493 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
|
| /third_party/sqlite/src/ |
| D | shell.c | 6795 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 87886 - apndSetSystemCall, /* xSetSystemCall */ 89208 - return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 92435 + apndSetSystemCall, /* xSetSystemCall */ 93375 + return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 126301 - apndSetSystemCall, /* xSetSystemCall */ 127623 - return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 130850 + apndSetSystemCall, /* xSetSystemCall */ 131790 + return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall);
|