Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dzipfile.c644 ZipfileLFH *pLFH in zipfileReadLFH() argument
653 pLFH->iVersionExtract = zipfileRead16(aRead); in zipfileReadLFH()
654 pLFH->flags = zipfileRead16(aRead); in zipfileReadLFH()
655 pLFH->iCompression = zipfileRead16(aRead); in zipfileReadLFH()
656 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
657 pLFH->mDate = zipfileRead16(aRead); in zipfileReadLFH()
658 pLFH->crc32 = zipfileRead32(aRead); in zipfileReadLFH()
659 pLFH->szCompressed = zipfileRead32(aRead); in zipfileReadLFH()
660 pLFH->szUncompressed = zipfileRead32(aRead); in zipfileReadLFH()
661 pLFH->nFile = zipfileRead16(aRead); in zipfileReadLFH()
[all …]