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