Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Ddbfuzz.c76 typedef struct VFile VFile; typedef
78 struct VFile { struct
145 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 …]
H A Dfuzzcheck.c110 typedef struct VFile VFile; typedef
111 struct VFile { struct
120 VFile *pVFile; /* The underlying file */ argument
276 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 …]