Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c10022 ZipfileLFH *pLFH in zipfileReadLFH() argument
10031 pLFH->iVersionExtract = zipfileRead16(aRead); in zipfileReadLFH()
10032 pLFH->flags = zipfileRead16(aRead); in zipfileReadLFH()
10033 pLFH->iCompression = zipfileRead16(aRead); in zipfileReadLFH()
10034 pLFH->mTime = zipfileRead16(aRead); in zipfileReadLFH()
10035 pLFH->mDate = zipfileRead16(aRead); in zipfileReadLFH()
10036 pLFH->crc32 = zipfileRead32(aRead); in zipfileReadLFH()
10037 pLFH->szCompressed = zipfileRead32(aRead); in zipfileReadLFH()
10038 pLFH->szUncompressed = zipfileRead32(aRead); in zipfileReadLFH()
10039 pLFH->nFile = zipfileRead16(aRead); in zipfileReadLFH()
[all …]