Searched refs:ZWRAP_inflateReset_keepDict (Results 1 – 3 of 3) sorted by relevance
81 int ZWRAP_inflateReset_keepDict(z_streamp strm);
629 int ZWRAP_inflateReset_keepDict(z_streamp strm) in ZWRAP_inflateReset_keepDict() function654 { int const ret = ZWRAP_inflateReset_keepDict(strm); in z_inflateReset()
450 …ret = ZWRAP_inflateReset_keepDict(&inf); /* reuse dictionary to make decompression faster; inflate… in BMK_benchMem()