Home
last modified time | relevance | path

Searched defs:pVFile (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/test/
H A Ddbfuzz.c86 VFile *pVFile; /* The underlying file */ member
210 VFile *pVFile = p->pVFile; in inmemClose() local
226 VFile *pVFile = pHandle->pVFile; in inmemRead() local
247 VFile *pVFile = pHandle->pVFile; in inmemWrite() local
268 VFile *pVFile = pHandle->pVFile; in inmemTruncate() local
338 VFile *pVFile = createVFile(zFilename, 0); in inmemOpen() local
358 VFile *pVFile = findVFile(zFilename); in inmemDelete() local
379 VFile *pVFile = findVFile(zFilename); in inmemAccess() local
H A Dfuzzcheck.c120 VFile *pVFile; /* The underlying file */ member
1342 VFile *pVFile = p->pVFile; in inmemClose() local
1358 VFile *pVFile = pHandle->pVFile; in inmemRead() local
1379 VFile *pVFile = pHandle->pVFile; in inmemWrite() local
1395 VFile *pVFile = pHandle->pVFile; in inmemTruncate() local
1465 VFile *pVFile = createVFile(zFilename, 0, (unsigned char*)""); in inmemOpen() local
1485 VFile *pVFile = findVFile(zFilename); in inmemDelete() local
1506 VFile *pVFile = findVFile(zFilename); in inmemAccess() local