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

/vbox/src/VBox/Runtime/common/zip/
H A Dgzipvfs.cpp140 typedef struct RTZIPGZIPSTREAM struct
166 } RTZIPGZIPSTREAM; typedef in typeref:struct:RTZIPGZIPSTREAM
168 typedef RTZIPGZIPSTREAM *PRTZIPGZIPSTREAM;
699 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_READ, NIL_RTVFS, NIL_RTVFSLOCK,
796 int rc = RTVfsNewIoStream(&g_rtZipGzipOps, sizeof(RTZIPGZIPSTREAM), RTFILE_O_WRITE, NIL_RTVFS, NIL_RTVFSLOCK,

Completed in 44 milliseconds