Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dzutil.h123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0) macro
124 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
H A Dinflate.c64 ZFREE(strm, state); in inflateInit2_()
937 ZFREE(strm, state->window); in inflateEnd()
939 ZFREE(strm, strm->state); in inflateEnd()
H A Ddeflate.c917 ZFREE(strm, strm->state);