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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp781 RTDECL(int) RTZipGzipCompressIoStream(RTVFSIOSTREAM hVfsIosDst, uint32_t fFlags, uint8_t uLevel, PRTVFSIOSTREAM phVfsIosZip) argument
785 AssertPtrReturn(phVfsIosZip, VERR_INVALID_POINTER);
821 *phVfsIosZip = hVfsIos;

Completed in 43 milliseconds