Searched defs:ZipfileTab (Results 1 – 2 of 2) sorted by relevance
6999 typedef struct ZipfileTab ZipfileTab; typedef7000 struct ZipfileTab { struct7001 sqlite3_vtab base; /* Base class - must be first */7002 char *zFile; /* Zip file this table accesses (may be NULL) */7003 sqlite3 *db; /* Host database connection */7004 u8 *aBuffer; /* Temporary buffer used for various tasks */7006 ZipfileCsr *pCsrList; /* List of cursors */7007 i64 iNextCsrid;7010 ZipfileEntry *pFirstEntry; /* Linked list of all files (if pWriteFd!=0) */7011 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */[all …]
7004 typedef struct ZipfileTab ZipfileTab; typedef7005 struct ZipfileTab { struct7006 sqlite3_vtab base; /* Base class - must be first */7007 char *zFile; /* Zip file this table accesses (may be NULL) */7008 sqlite3 *db; /* Host database connection */7009 u8 *aBuffer; /* Temporary buffer used for various tasks */7011 ZipfileCsr *pCsrList; /* List of cursors */7012 i64 iNextCsrid;7015 ZipfileEntry *pFirstEntry; /* Linked list of all files (if pWriteFd!=0) */7016 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */[all …]