Lines Matching refs:pLFH
644 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()
662 pLFH->nExtra = zipfileRead16(aRead); in zipfileReadLFH()