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

/vbox/include/iprt/
H A Dzip.h237 #define RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR RT_BIT(0) macro
/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp688 AssertReturn(!(fFlags & ~RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR), VERR_INVALID_PARAMETER);
713 fFlags & RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR
740 else if ( (fFlags & RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR)
H A Dxarvfs.cpp1638 rc = RTZipGzipDecompressIoStream(hVfsIosRaw, RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR,
/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp211 fFlags |= RTZIPGZIPDECOMP_F_ALLOW_ZLIB_HDR;

Completed in 132 milliseconds