Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dzalloc_malloc.c88 zfree(&MallocPool, base, incr); in Malloc_align()
139 zfree(&MallocPool, res, bytes); in Free()
H A Dzalloc_protos.h34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
H A Dzalloc.c173 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
/illumos-gate/usr/src/cmd/audio/include/
H A Dzmalloc.h37 EXTERN_FUNCTION(void zfree, (void *));
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dzmalloc.c127 zfree(void* mbuf) in zfree() function
H A DAudioBuffer.cc92 (void) zfree((char *)bufaddr); in alloc()
161 (void) zfree((char *)tmpbuf); in alloc()
/illumos-gate/usr/src/contrib/zlib/
H A Dinfback.c48 if (strm->zfree == (free_func)0) in inflateBackInit_()
52 strm->zfree = zcfree; in inflateBackInit_()
624 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
H A Dzutil.h265 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dinflate.c109 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
210 if (strm->zfree == (free_func)0) in inflateInit2_()
214 strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c271 if (strm->zfree == (free_func)0)
275 strm->zfree = zcfree;
396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
H A Dzlib.h99 free_func zfree; /* used to free the internal state */ member
H A DChangeLog1556 - added opaque object for zalloc and zfree
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h172 free_func zfree; /* used to free the internal state */ member
H A Ddeflate.c153 state->strm.zfree = (free_func) z_free;
H A Dzlib.c129 (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), (size))
670 strm->zalloc == Z_NULL || strm->zfree == Z_NULL) return Z_STREAM_ERROR;
2791 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
4027 z.zfree = ffree;
/illumos-gate/usr/src/common/fs/
H A Ddecompress.c157 zsp->zfree = cf_free; in cf_check_compressed()
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c221 state->strm.zfree = (free_func)z_free; in z_comp_alloc()
675 state->strm.zfree = (free_func)z_free; in z_decomp_alloc()
H A Dzlib.h415 free_func zfree; /* used to free the internal state */ member
H A Dzlib.c268 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
883 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
1000 strm->zalloc == Z_NULL || strm->zfree == Z_NULL)
3649 if (z == Z_NULL || z->state == Z_NULL || z->zfree == Z_NULL)
3683 if (z->zfree == Z_NULL) z->zfree = zcfree;
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c518 free_func zfree; /* used to free the internal state */ member
806 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
2387 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
3378 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
3555 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
3694 s->stream.zfree = (free_func)0;