HomeSort by: relevance | last modified time | path
    Searched refs:ZFREE (Results 1 - 19 of 19) sorted by relevancy

  /src/common/dist/zlib/
zutil.h 261 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
262 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 99 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
170 ZFREE(strm, state->window);
198 if (strm->zfree == (free_func)0)
202 strm->zfree = zcfree;
214 ZFREE(strm, state);
1280 if (state->window != Z_NULL) ZFREE(strm, state->window);
1281 ZFREE(strm, strm->state);
1468 ZFREE(source, copy);
infback.c 21 strm provides memory allocation functions in zalloc and zfree, or
47 if (strm->zfree == (free_func)0)
51 strm->zfree = zcfree;
624 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
626 ZFREE(strm, strm->state);
deflate.c 403 if (strm->zfree == (free_func)0)
407 strm->zfree = zcfree;
534 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
645 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
1273 ZFREE(strm, strm->state);
  /src/external/cddl/osnet/dist/uts/common/zmod/
zutil.h 273 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
274 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
185 ZFREE(strm, state);
1186 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1189 if (state->window != Z_NULL) ZFREE(strm, state->window);
1190 ZFREE(strm, strm->state);
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
1374 ZFREE(source, copy);
deflate.c 253 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
369 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
374 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
889 ZFREE(strm, strm->state);
  /src/external/gpl3/binutils/dist/zlib/
zutil.h 247 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
248 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
168 ZFREE(strm, state->window);
196 if (strm->zfree == (free_func)0)
200 strm->zfree = zcfree;
212 ZFREE(strm, state);
1271 if (state->window != Z_NULL) ZFREE(strm, state->window);
1272 ZFREE(strm, strm->state);
1459 ZFREE(source, copy);
infback.c 19 strm provides memory allocation functions in zalloc and zfree, or
45 if (strm->zfree == (free_func)0)
49 strm->zfree = zcfree;
622 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
624 ZFREE(strm, strm->state);
deflate.c 401 if (strm->zfree == (free_func)0)
405 strm->zfree = zcfree;
532 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
643 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
1271 ZFREE(strm, strm->state);
  /src/external/gpl3/binutils.old/dist/zlib/
zutil.h 246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
247 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 110 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
186 ZFREE(strm, state->window);
218 if (strm->zfree == (free_func)0)
222 strm->zfree = zcfree;
234 ZFREE(strm, state);
1308 if (state->window != Z_NULL) ZFREE(strm, state->window);
1309 ZFREE(strm, strm->state);
1515 ZFREE(source, copy);
infback.c 22 strm provides memory allocation functions in zalloc and zfree, or
52 if (strm->zfree == (free_func)0)
56 strm->zfree = zcfree;
635 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
637 ZFREE(strm, strm->state);
deflate.c 273 if (strm->zfree == (free_func)0)
277 strm->zfree = zcfree;
398 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
517 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
1134 ZFREE(strm, strm->state);
  /src/sys/net/
zlib.c 279 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
280 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
837 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
946 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
949 strm->msg = Z_NULL; /* use zfree if we ever allocate msg dynamically */
1201 ZFREE(strm, s);
3427 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
3431 ZFREE(z, z->state)
    [all...]
  /src/common/dist/zlib/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
33 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
597 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
599 ZFREE(strm, strm->state);
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
33 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
597 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
599 ZFREE(strm, strm->state);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
infback9.c 14 strm provides memory allocation functions in zalloc and zfree, or
37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
609 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
611 ZFREE(strm, strm->state);

Completed in 52 milliseconds