Lines Matching defs:pVfs
133 sqlite3_vfs *pVfs; /* Parent VFS */ member
435 sqlite3_vfs *pVfs, in vstatOpen()
473 static int vstatDelete(sqlite3_vfs *pVfs, const char *zPath, int dirSync){ in vstatDelete()
485 sqlite3_vfs *pVfs, in vstatAccess()
502 sqlite3_vfs *pVfs, in vstatFullPathname()
514 static void *vstatDlOpen(sqlite3_vfs *pVfs, const char *zPath){ in vstatDlOpen()
523 static void vstatDlError(sqlite3_vfs *pVfs, int nByte, char *zErrMsg){ in vstatDlError()
530 static void (*vstatDlSym(sqlite3_vfs *pVfs, void *p, const char *zSym))(void){ in vstatDlSym()
537 static void vstatDlClose(sqlite3_vfs *pVfs, void *pHandle){ in vstatDlClose()
545 static int vstatRandomness(sqlite3_vfs *pVfs, int nByte, char *zBufOut){ in vstatRandomness()
554 static int vstatSleep(sqlite3_vfs *pVfs, int nMicro){ in vstatSleep()
562 static int vstatCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in vstatCurrentTime()
567 static int vstatGetLastError(sqlite3_vfs *pVfs, int a, char *b){ in vstatGetLastError()
570 static int vstatCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *p){ in vstatCurrentTimeInt64()