Searched refs:fZip64Ex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/zip/
H A Dpkzipvfs.cpp287 bool fZip64Ex; member in struct:RTZIPPKZIPREADER
430 pThis->fZip64Ex = false;
440 if (pThis->fZip64Ex && pThis->cdh.offLocalFileHeader == (uint32_t)-1)
452 if (pThis->fZip64Ex && pThis->cdh.cbUncompressed == (uint32_t)-1)
464 if (pThis->fZip64Ex && pThis->cdh.cbCompressed == (uint32_t)-1)
504 pThis->fZip64Ex = true;

Completed in 34 milliseconds