Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c284 typedef struct ZipfileTab ZipfileTab; typedef
285 struct ZipfileTab { struct
286 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 …]