Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c9944 ZipfileLFH *pLFH in zipfileReadLFH() argument
9953 pLFH->iVersionExtract = zipfileRead16(aRead); in zipfileReadLFH()
9954 pLFH->flags = zipfileRead16(aRead); in zipfileReadLFH()
9955 pLFH->iCompression = zipfileRead16(aRead); in zipfileReadLFH()
9956 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
9957 pLFH->mDate = zipfileRead16(aRead); in zipfileReadLFH()
9958 pLFH->crc32 = zipfileRead32(aRead); in zipfileReadLFH()
9959 pLFH->szCompressed = zipfileRead32(aRead); in zipfileReadLFH()
9960 pLFH->szUncompressed = zipfileRead32(aRead); in zipfileReadLFH()
9961 pLFH->nFile = zipfileRead16(aRead); in zipfileReadLFH()
[all …]