Searched refs:VFile (Results 1 – 2 of 2) sorted by relevance
76 typedef struct VFile VFile; typedef78 struct VFile { struct145 static VFile *findVFile(const char *zName){ in findVFile()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()[all …]
110 typedef struct VFile VFile; typedef111 struct VFile { struct120 VFile *pVFile; /* The underlying file */ argument276 static VFile *findVFile(const char *zName){ in findVFile()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()1485 VFile *pVFile = findVFile(zFilename); in inmemDelete()[all …]