Searched refs:ZWRAP_deflateReset_keepDict (Results 1 – 3 of 3) sorted by relevance
57 int ZWRAP_deflateReset_keepDict(z_streamp strm);
293 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict() function319 ZWRAP_deflateReset_keepDict(strm); in z_deflateReset()
309 … ret = ZWRAP_deflateReset_keepDict(&def); /* reuse dictionary to make compression faster */ in BMK_benchMem()