Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1456 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
/third_party/sqlite/src/
Dshell.c4316 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()
Dsqlite3.c1766 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch82483 - 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);