Searched refs:xSetSystemCall (Results 1 – 3 of 3) sorted by relevance
1518 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member
10157 return ORIGVFS(pVfs)->xSetSystemCall(ORIGVFS(pVfs),zName,pCall); in apndSetSystemCall()17322 return pRoot->xSetSystemCall(pRoot, zName, pFunc); in vfstraceSetSystemCall()17390 pNew->xSetSystemCall = pRoot->xSetSystemCall==0 ? 0 : in vfstrace_register()
1837 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr); member