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

/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp523 PRTZIPDECOMP pZipDecomp; local
524 rc = RTZipDecompCreate(&pZipDecomp, NULL, DecomprInCallback);
536 rc = RTZipDecompress(pZipDecomp, pbDstPage, cb, NULL);
545 RTZipDecompDestroy(pZipDecomp);

Completed in 44 milliseconds