Searched defs:ZipfileTab (Results 1 – 1 of 1) sorted by relevance
284 typedef struct ZipfileTab ZipfileTab; typedef285 struct ZipfileTab { struct286 sqlite3_vtab base; /* Base class - must be first */288 sqlite3 *db; /* Host database connection */289 u8 *aBuffer; /* Temporary buffer used for various tasks */291 ZipfileCsr *pCsrList; /* List of cursors */292 i64 iNextCsrid;296 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */297 FILE *pWriteFd; /* File handle open on zip archive */298 i64 szCurrent; /* Current size of zip archive */[all …]