Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c9502 typedef struct ZipfileCDS ZipfileCDS; typedef
9503 struct ZipfileCDS { struct
9555 ZipfileCDS cds; /* Parsed CDS record */
9908 static int zipfileReadCDS(u8 *aBuf, ZipfileCDS *pCDS){ in zipfileReadCDS()
10026 static u32 zipfileMtime(ZipfileCDS *pCDS){ in zipfileMtime()
10052 static void zipfileMtimeToDos(ZipfileCDS *pCds, u32 mUnixTime){ in zipfileMtimeToDos()
10340 ZipfileCDS *pCDS = &pCsr->pCurrent->cds; in zipfileColumn()
10661 ZipfileCDS *pCds = &pEntry->cds; in zipfileSerializeLFH()
11078 ZipfileCDS *pCDS = &pEntry->cds; in zipfileSerializeCDS()
11174 ZipfileCDS *p = &pCsr->pCurrent->cds; in zipfileFunctionCds()