Searched refs:xSetSystemCall (Results 1 – 4 of 4) sorted by relevance
/third_party/sqlite/include/ |
D | sqlite3.h | 1456 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
|
/third_party/sqlite/src/ |
D | shell.c | 4316 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()
|
D | sqlite3.c | 1766 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 82483 - apndSetSystemCall, /* xSetSystemCall */ 83805 - return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 87032 + apndSetSystemCall, /* xSetSystemCall */ 87972 + return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 120118 - apndSetSystemCall, /* xSetSystemCall */ 121440 - return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); 124667 + apndSetSystemCall, /* xSetSystemCall */ 125607 + return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall);
|