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

1 2

  /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);
  /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);
  /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);
  /src/external/gpl3/gdb.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);
  /src/external/gpl3/gdb/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);
  /src/common/dist/zlib/
zutil.h 258 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
259 #define TRY_FREE(s, p) {if (p) ZFREE(s, p);}
inflate.c 93 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
165 ZFREE(strm, state->window);
193 if (strm->zfree == (free_func)0)
197 strm->zfree = zcfree;
210 ZFREE(strm, state);
1169 if (state->window != Z_NULL) ZFREE(strm, state->window);
1170 ZFREE(strm, strm->state);
1357 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;
577 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
579 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/crypto/external/bsd/netpgp/dist/src/netpgpverify/
zlib.c 104 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
320 if (strm->zfree == (free_func)0) strm->zfree = netpgpv_zcfree;
337 ZFREE(strm, state);
2044 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
2047 if (state->window != Z_NULL) ZFREE(strm, state->window);
2048 ZFREE(strm, strm->state);
2213 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
2226 ZFREE(source, copy)
    [all...]
  /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);
  /src/external/gpl3/gdb.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);
  /src/external/gpl3/gdb/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/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/zlib/pigz/dist/
pigz.c 635 #define ZFREE zlib_free
797 #define ZFREE Z_NULL
1432 strm.zfree = ZFREE;
1970 strm->zfree = ZFREE;
2932 strm.zfree = ZFREE;

Completed in 83 milliseconds

1 2