/third_party/skia/third_party/externals/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() 256 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 295 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 324 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 338 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 385 ZFREE(z, s->window); in inflate_blocks_free() 386 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);}
|
/third_party/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() 256 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 295 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 324 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 338 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 385 ZFREE(z, s->window); in inflate_blocks_free() 386 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);}
|
/third_party/flutter/skia/third_party/externals/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() 256 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 295 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 324 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 338 ZFREE(z, s->sub.trees.blens); in inflate_blocks() 385 ZFREE(z, s->window); in inflate_blocks_free() 386 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);}
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
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);
|
/third_party/libwebsockets/win32port/zlib/ |
D | zutil.h | 271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 272 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 158 ZFREE(strm, state->window); 195 ZFREE(strm, state); 1245 if (state->window != Z_NULL) ZFREE(strm, state->window); 1246 ZFREE(strm, strm->state); 1430 ZFREE(source, copy);
|
/third_party/zlib/ |
D | zutil.h | 267 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 268 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
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);
|
/third_party/skia/third_party/externals/zlib/ |
D | zutil.h | 279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 185 ZFREE(strm, state->window); 234 ZFREE(strm, state); 1286 if (state->window != Z_NULL) ZFREE(strm, state->window); 1287 ZFREE(strm, strm->state); 1486 ZFREE(source, copy);
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | zutil.h | 279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 185 ZFREE(strm, state->window); 234 ZFREE(strm, state); 1286 if (state->window != Z_NULL) ZFREE(strm, state->window); 1287 ZFREE(strm, strm->state); 1486 ZFREE(source, copy);
|
/third_party/node/deps/zlib/ |
D | zutil.h | 279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro 280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
|
D | inflate.c | 185 ZFREE(strm, state->window); 234 ZFREE(strm, state); 1286 if (state->window != Z_NULL) ZFREE(strm, state->window); 1287 ZFREE(strm, strm->state); 1486 ZFREE(source, copy);
|
/third_party/node/deps/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 27 ZFREE(strm, state);
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 27 ZFREE(strm, state);
|
/third_party/flutter/skia/third_party/externals/zlib/patches/ |
D | 0002-uninitializedcheck.patch | 27 ZFREE(strm, state);
|