Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10500 typedef struct ZipfileTab ZipfileTab; typedef
10501 struct ZipfileTab { struct
10502 sqlite3_vtab base; /* Base class - must be first */
10503 char *zFile; /* Zip file this table accesses (may be NULL) */
10504 sqlite3 *db; /* Host database connection */
10505 u8 *aBuffer; /* Temporary buffer used for various tasks */
10507 ZipfileCsr *pCsrList; /* List of cursors */
10508 i64 iNextCsrid;
10511 ZipfileEntry *pFirstEntry; /* Linked list of all files (if pWriteFd!=0) */
10512 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */
[all …]