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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp685 RTDECL(int) RTZipGzipDecompressIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSIOSTREAM phVfsIosOut) argument
689 AssertPtrReturn(phVfsIosOut, VERR_INVALID_POINTER);
765 *phVfsIosOut = hVfsIos;

Completed in 61 milliseconds