Lines Matching defs:pVfs
53 sqlite3_vfs *pVfs; /* The VFS */ member
84 sqlite3_vfs *pVfs; /* The testvfs registered with SQLite */ member
604 sqlite3_vfs *pVfs, in tvfsOpen()
702 static int tvfsDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in tvfsDelete()
723 sqlite3_vfs *pVfs, in tvfsAccess()
756 sqlite3_vfs *pVfs, in tvfsFullPathname()
776 static void *tvfsDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in tvfsDlOpen()
785 static void tvfsDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in tvfsDlError()
792 static void (*tvfsDlSym(sqlite3_vfs *pVfs, void *p, const char *zSym))(void){ in tvfsDlSym()
799 static void tvfsDlClose(sqlite3_vfs *pVfs, void *pHandle){ in tvfsDlClose()
808 static int tvfsRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in tvfsRandomness()
816 static int tvfsSleep(sqlite3_vfs *pVfs, int nMicro){ in tvfsSleep()
823 static int tvfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in tvfsCurrentTime()
1477 sqlite3_vfs *pVfs; /* New VFS */ in testvfs_cmd() local