Home
last modified time | relevance | path

Searched refs:ZipfileEntry (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c7097 typedef struct ZipfileEntry ZipfileEntry; typedef
7098 struct ZipfileEntry { struct
7104 ZipfileEntry *pNext; /* Next element in in-memory CDS */
7122 ZipfileEntry *pFreeEntry; /* Free this list when cursor is closed or reset */
7123 ZipfileEntry *pCurrent; /* Current entry */
7138 ZipfileEntry *pFirstEntry; /* Linked list of all files (if pWriteFd!=0) */
7139 ZipfileEntry *pLastEntry; /* Last element in pFirstEntry list */
7238 ** Free the ZipfileEntry structure indicated by the only argument.
7240 static void zipfileEntryFree(ZipfileEntry *
[all...]

Completed in 19 milliseconds