Searched defs:ZipfileTab (Results 1 – 1 of 1) sorted by relevance
9583 typedef struct ZipfileTab ZipfileTab; typedef9584 struct ZipfileTab { struct9585 sqlite3_vtab base; /* Base class - must be first */9586 char *zFile; /* Zip file this table accesses (may be NULL) */9587 sqlite3 *db; /* Host database connection */9588 u8 *aBuffer; /* Temporary buffer used for various tasks */9590 ZipfileCsr *pCsrList; /* List of cursors */9591 i64 iNextCsrid;9594 ZipfileEntry *pFirstEntry; /* Linked list of all files (if pWriteFd!=0) */9595 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */[all …]