Home
last modified time | relevance | path

Searched refs:ZipfileCDS (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c203 typedef struct ZipfileCDS ZipfileCDS; typedef
204 struct ZipfileCDS { struct
256 ZipfileCDS cds; /* Parsed CDS record */
608 static int zipfileReadCDS(u8 *aBuf, ZipfileCDS *pCDS){ in zipfileReadCDS()
726 static u32 zipfileMtime(ZipfileCDS *pCDS){ in zipfileMtime()
752 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mUnixTime){ in zipfileMtimeToDos()
1039 ZipfileCDS *pCDS = &pCsr->pCurrent->cds; in zipfileColumn()
1353 ZipfileCDS *pCds = &pEntry->cds; in zipfileSerializeLFH()
1758 ZipfileCDS *pCDS = &pEntry->cds; in zipfileSerializeCDS()
1854 ZipfileCDS *p = &pCsr->pCurrent->cds; in zipfileFunctionCds()