/illumos-gate/usr/src/boot/libsa/ |
H A D | zalloc_malloc.c | 88 zfree(&MallocPool, base, incr); in Malloc_align() 139 zfree(&MallocPool, res, bytes); in Free()
|
H A D | zalloc_protos.h | 34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
|
H A D | zalloc.c | 173 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | zmalloc.h | 37 EXTERN_FUNCTION(void zfree, (void *));
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | zmalloc.c | 127 zfree(void* mbuf) in zfree() function
|
H A D | AudioBuffer.cc | 92 (void) zfree((char *)bufaddr); in alloc() 161 (void) zfree((char *)tmpbuf); in alloc()
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | infback.c | 48 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 D | zutil.h | 265 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
H A D | inflate.c | 109 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 D | deflate.c | 271 if (strm->zfree == (free_func)0) 275 strm->zfree = zcfree; 396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0)
|
H A D | zlib.h | 99 free_func zfree; /* used to free the internal state */ member
|
H A D | ChangeLog | 1556 - added opaque object for zalloc and zfree
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 172 free_func zfree; /* used to free the internal state */ member
|
H A D | deflate.c | 153 state->strm.zfree = (free_func) z_free;
|
H A D | zlib.c | 129 (*((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 D | decompress.c | 157 zsp->zfree = cf_free; in cf_check_compressed()
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 221 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 D | zlib.h | 415 free_func zfree; /* used to free the internal state */ member
|
H A D | zlib.c | 268 #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 D | ratz.c | 518 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;
|