Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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()
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 …]
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);}
/third_party/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()
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 …]
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);}
/third_party/flutter/skia/third_party/externals/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()
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 …]
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);}
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
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);
/third_party/libwebsockets/win32port/zlib/
Dzutil.h271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
272 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c158 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/
Dzutil.h267 #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/
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);
/third_party/skia/third_party/externals/zlib/
Dzutil.h279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 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/
Dzutil.h279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 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/
Dzutil.h279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) macro
280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
Dinflate.c185 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/
D0002-uninitializedcheck.patch27 ZFREE(strm, state);
/third_party/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch27 ZFREE(strm, state);
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0002-uninitializedcheck.patch27 ZFREE(strm, state);

123