/external/freetype/src/gzip/ |
D | infblock.c | 75 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 …]
|
D | inftrees.c | 322 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()
|
D | zutil.h | 212 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 213 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | infcodes.c | 248 ZFREE(z, c); in inflate_codes_free()
|
D | inflate.c | 75 ZFREE(z, z->state); in inflateEnd()
|
/external/u-boot/lib/zlib/ |
D | zutil.h | 123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0) macro 124 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 64 ZFREE(strm, state); in inflateInit2_() 937 ZFREE(strm, state->window); in inflateEnd() 939 ZFREE(strm, strm->state); in inflateEnd()
|
D | deflate.c | 917 ZFREE(strm, strm->state);
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 265 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 185 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);
|
D | infback.c | 636 ZFREE(strm, strm->state);
|
D | deflate.c | 1091 ZFREE(strm, strm->state);
|
D | ChangeLog | 1039 - ZFREE was repeated on same allocation on some error conditions.
|
/external/zlib/src/ |
D | zutil.h | 264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 265 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 185 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);
|
D | infback.c | 636 ZFREE(strm, strm->state);
|
D | deflate.c | 1091 ZFREE(strm, strm->state);
|
D | ChangeLog | 1039 - ZFREE was repeated on same allocation on some error conditions.
|
/external/zlib/src/contrib/infback9/ |
D | infback9.c | 611 ZFREE(strm, strm->state);
|