Home
last modified time | relevance | path

Searched refs:fs_vfs_t (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_onefile.c176 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()
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()
[all …]