Searched refs:xNextSystemCall (Results 1 – 3 of 3) sorted by relevance
1520 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member
10166 return ORIGVFS(pVfs)->xNextSystemCall(ORIGVFS(pVfs), zName); in apndNextSystemCall()17335 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()17394 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
1839 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member