| /titanic_53/usr/src/boot/lib/libz/test/ |
| H A D | example.c | 73 static free_func zfree = myfree; variable 78 static free_func zfree = (free_func)0; variable 209 c_stream.zfree = zfree; 248 d_stream.zfree = zfree; 287 c_stream.zfree = zfree; 344 d_stream.zfree = zfree; 384 c_stream.zfree = zfree; 423 d_stream.zfree = zfree; 465 c_stream.zfree = zfree; 504 d_stream.zfree = zfree;
|
| H A D | infcover.c | 172 strm->zfree = mem_free; in mem_setup() 233 strm->zfree = Z_NULL; in mem_done()
|
| H A D | minigzip.c | 209 gz->strm.zfree = myfree;
|
| /titanic_53/usr/src/boot/lib/libstand/ |
| H A D | zalloc_malloc.c | 71 zfree(&MallocPool, base, incr); in Malloc() 118 zfree(&MallocPool, res, bytes); in Free()
|
| H A D | zalloc_protos.h | 33 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
|
| H A D | zalloc.c | 148 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
|
| /titanic_53/usr/src/cmd/audio/include/ |
| H A D | zmalloc.h | 39 EXTERN_FUNCTION(void zfree, (void *));
|
| /titanic_53/usr/src/boot/lib/libz/ |
| H A D | uncompr.c | 43 stream.zfree = (free_func)0;
|
| H A D | compress.c | 43 stream.zfree = (free_func)0;
|
| H A D | infback.c | 52 if (strm->zfree == (free_func)0) 56 strm->zfree = zcfree; 634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
|
| H A D | zutil.h | 246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
|
| H A D | inflate.c | 202 if (strm->zfree == (free_func)0) 206 strm->zfree = zcfree; 1258 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) 1449 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
|
| H A D | gzread.c | 111 state->strm.zfree = Z_NULL;
|
| H A D | zlib.h | 98 free_func zfree; /* used to free the internal state */ member
|
| /titanic_53/usr/src/cmd/audio/utilities/ |
| H A D | zmalloc.c | 129 zfree(void* mbuf) in zfree() function
|
| H A D | AudioBuffer.cc | 94 (void) zfree((char *)bufaddr); in alloc() 163 (void) zfree((char *)tmpbuf); in alloc()
|
| /titanic_53/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_()
|
| /titanic_53/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;
|
| /titanic_53/usr/src/common/fs/ |
| H A D | decompress.c | 157 zsp->zfree = cf_free; in cf_check_compressed()
|
| /titanic_53/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.h | 417 free_func zfree; /* used to free the internal state */ member
|
| 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()
|
| /titanic_53/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;
|