Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c9584 typedef struct ZipfileTab ZipfileTab; typedef
9585 struct ZipfileTab { struct
9586 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 …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c9579 typedef struct ZipfileTab ZipfileTab; typedef
9580 struct ZipfileTab { struct
9581 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 …]