Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Ddbfuzz.c77 typedef struct VHandle VHandle; typedef
84 struct VHandle { struct
85 sqlite3_file base; /* Base class. Must be first */
86 VFile *pVFile; /* The underlying file */
H A Dfuzzcheck.c117 typedef struct VHandle VHandle; typedef
118 struct VHandle { struct
119 sqlite3_file base; /* Base class. Must be first */
120 VFile *pVFile; /* The underlying file */