Searched defs:VHandle (Results 1 – 2 of 2) sorted by relevance
77 typedef struct VHandle VHandle; typedef84 struct VHandle { struct85 sqlite3_file base; /* Base class. Must be first */86 VFile *pVFile; /* The underlying file */
117 typedef struct VHandle VHandle; typedef118 struct VHandle { struct119 sqlite3_file base; /* Base class. Must be first */120 VFile *pVFile; /* The underlying file */