Searched defs:eocd (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp709 RTZIPPKZIPENDOFCENTRDIRREC eocd; local
710 rc = RTVfsIoStrmReadAt(pThis->hVfsIos, off, &eocd, sizeof(eocd) - 1,
715 if (eocd.u32Magic == RTZIPPKZIPENDOFCENTRDIRREC_MAGIC)
718 if (off + RT_OFFSETOF(RTZIPPKZIPENDOFCENTRDIRREC, u8Comment) + eocd.cbComment == cbFile)
720 pThis->offFirstCdh = eocd.offCentrDir;
721 pThis->offNextCdh = eocd.offCentrDir;
723 pThis->cCentrDirEntries = eocd.cCentrDirRecords;
724 pThis->cbCentrDir = eocd.cbCentrDir;

Completed in 73 milliseconds