Lines Matching refs:VFile
76 typedef struct VFile VFile; typedef
78 struct VFile { struct
86 VFile *pVFile; /* The underlying file */ argument
103 VFile aFile[MX_FILE]; /* The virtual filesystem */
145 static VFile *findVFile(const char *zName){ in findVFile()
161 static VFile *createVFile(const char *zName, const char *zDiskFile){ in createVFile()
162 VFile *pNew = findVFile(zName); in createVFile()
210 VFile *pVFile = p->pVFile; in inmemClose()
226 VFile *pVFile = pHandle->pVFile; in inmemRead()
247 VFile *pVFile = pHandle->pVFile; in inmemWrite()
268 VFile *pVFile = pHandle->pVFile; in inmemTruncate()
338 VFile *pVFile = createVFile(zFilename, 0); in inmemOpen()
358 VFile *pVFile = findVFile(zFilename); in inmemDelete()
379 VFile *pVFile = findVFile(zFilename); in inmemAccess()