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

/vbox/src/VBox/VMM/testcase/
H A DtstCompressionBenchmark.cpp453 PRTZIPCOMP pZipComp; local
454 rc = RTZipCompCreate(&pZipComp, NULL, ComprOutCallback, aTests[j].enmType, aTests[j].enmLevel);
466 rc = RTZipCompress(pZipComp, pbSrcPage, cb);
477 rc = RTZipCompFinish(pZipComp);
484 RTZipCompDestroy(pZipComp);

Completed in 33 milliseconds