Home
last modified time | relevance | path

Searched refs:ZFREE (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/lib/zlib/
H A Dzutil.h250 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
251 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c168 ZFREE(strm, state->window); in inflateReset2()
212 ZFREE(strm, state); in inflateInit2_()
1271 if (state->window != Z_NULL) ZFREE(strm, state->window); in inflateEnd()
1272 ZFREE(strm, strm->state); in inflateEnd()
1459 ZFREE(source, copy); in inflateCopy()