Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c6999 typedef struct ZipfileTab ZipfileTab; typedef
7000 struct ZipfileTab { struct
7001 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 …]
/external/sqlite/dist/
Dshell.c7004 typedef struct ZipfileTab ZipfileTab; typedef
7005 struct ZipfileTab { struct
7006 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 …]