Home
last modified time | relevance | path

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

/external/freetype/src/gzip/
Dinfblock.c75 ZFREE(z, s->sub.trees.blens); in inflate_blocks_reset()
101 ZFREE(z, s); in inflate_blocks_new()
106 ZFREE(z, s->hufts); in inflate_blocks_new()
107 ZFREE(z, s); in inflate_blocks_new()
255 ZFREE(z, s->sub.trees.blens); in inflate_blocks()
293 ZFREE(z, s->sub.trees.blens); in inflate_blocks()
322 ZFREE(z, s->sub.trees.blens); in inflate_blocks()
336 ZFREE(z, s->sub.trees.blens); in inflate_blocks()
380 ZFREE(z, s->window); in inflate_blocks_free()
381 ZFREE(z, s->hufts); in inflate_blocks_free()
[all …]
Dinftrees.c322 ZFREE(z, v); in inflate_trees_bits()
358 ZFREE(z, v); in inflate_trees_dynamic()
384 ZFREE(z, v); in inflate_trees_dynamic()
390 ZFREE(z, v); in inflate_trees_dynamic()
431 ZFREE(z, c); in inflate_trees_fixed()
456 ZFREE(z, v); in inflate_trees_fixed()
457 ZFREE(z, c); in inflate_trees_fixed()
Dzutil.h212 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
213 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinfcodes.c248 ZFREE(z, c); in inflate_codes_free()
Dinflate.c75 ZFREE(z, z->state); in inflateEnd()
/external/u-boot/lib/zlib/
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);}
Dinflate.c64 ZFREE(strm, state); in inflateInit2_()
937 ZFREE(strm, state->window); in inflateEnd()
939 ZFREE(strm, strm->state); in inflateEnd()
Ddeflate.c917 ZFREE(strm, strm->state);
/external/python/cpython2/Modules/zlib/
Dzutil.h264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
265 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 ZFREE(strm, state->window);
233 ZFREE(strm, state);
1284 if (state->window != Z_NULL) ZFREE(strm, state->window);
1285 ZFREE(strm, strm->state);
1484 ZFREE(source, copy);
Dinfback.c636 ZFREE(strm, strm->state);
Ddeflate.c1091 ZFREE(strm, strm->state);
DChangeLog1039 - ZFREE was repeated on same allocation on some error conditions.
/external/zlib/src/
Dzutil.h264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
265 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 ZFREE(strm, state->window);
233 ZFREE(strm, state);
1284 if (state->window != Z_NULL) ZFREE(strm, state->window);
1285 ZFREE(strm, strm->state);
1484 ZFREE(source, copy);
Dinfback.c636 ZFREE(strm, strm->state);
Ddeflate.c1091 ZFREE(strm, strm->state);
DChangeLog1039 - ZFREE was repeated on same allocation on some error conditions.
/external/zlib/src/contrib/infback9/
Dinfback9.c611 ZFREE(strm, strm->state);