Lines Matching refs:fs_vfs_t
176 typedef struct fs_vfs_t fs_vfs_t; typedef
177 struct fs_vfs_t { struct
183 static fs_vfs_t fs_vfs = { argument
591 fs_vfs_t *pFsVfs = (fs_vfs_t *)pVfs; in fsOpen()
688 fs_vfs_t *pFsVfs = (fs_vfs_t *)pVfs; in fsDelete()
718 fs_vfs_t *pFsVfs = (fs_vfs_t *)pVfs; in fsAccess()
724 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsAccess()
752 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsFullPathname()
760 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsDlOpen()
770 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsDlError()
778 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsDlSym()
786 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsDlClose()
795 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsRandomness()
804 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsSleep()
812 sqlite3_vfs *pParent = ((fs_vfs_t *)pVfs)->pParent; in fsCurrentTime()