Searched refs:xNextSystemCall (Results 1 – 3 of 3) sorted by relevance
1544 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member
12091 return ORIGVFS(pVfs)->xNextSystemCall(ORIGVFS(pVfs), zName); in apndNextSystemCall()19312 return pRoot->xNextSystemCall(pRoot, zName); in vfstraceNextSystemCall()19371 pNew->xNextSystemCall = pRoot->xNextSystemCall==0 ? 0 : in vfstrace_register()
1865 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName); member