Lines Matching refs:VFile
110 typedef struct VFile VFile; typedef
111 struct VFile { struct
120 VFile *pVFile; /* The underlying file */ argument
151 VFile aFile[MX_FILE]; /* The virtual filesystem */
276 static VFile *findVFile(const char *zName){ in findVFile()
292 static VFile *createVFile(const char *zName, int sz, unsigned char *pData){ in createVFile()
293 VFile *pNew = findVFile(zName); in createVFile()
1342 VFile *pVFile = p->pVFile; in inmemClose()
1358 VFile *pVFile = pHandle->pVFile; in inmemRead()
1379 VFile *pVFile = pHandle->pVFile; in inmemWrite()
1395 VFile *pVFile = pHandle->pVFile; in inmemTruncate()
1465 VFile *pVFile = createVFile(zFilename, 0, (unsigned char*)""); in inmemOpen()
1485 VFile *pVFile = findVFile(zFilename); in inmemDelete()
1506 VFile *pVFile = findVFile(zFilename); in inmemAccess()