Home
last modified time | relevance | path

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

12

/titanic_53/usr/src/boot/lib/libz/test/
H A Dexample.c73 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 Dinfcover.c172 strm->zfree = mem_free; in mem_setup()
233 strm->zfree = Z_NULL; in mem_done()
H A Dminigzip.c209 gz->strm.zfree = myfree;
/titanic_53/usr/src/boot/lib/libstand/
H A Dzalloc_malloc.c71 zfree(&MallocPool, base, incr); in Malloc()
118 zfree(&MallocPool, res, bytes); in Free()
H A Dzalloc_protos.h33 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes);
H A Dzalloc.c148 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() function
/titanic_53/usr/src/cmd/audio/include/
H A Dzmalloc.h39 EXTERN_FUNCTION(void zfree, (void *));
/titanic_53/usr/src/boot/lib/libz/
H A Duncompr.c43 stream.zfree = (free_func)0;
H A Dcompress.c43 stream.zfree = (free_func)0;
H A Dinfback.c52 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 Dzutil.h246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dinflate.c202 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 Dgzread.c111 state->strm.zfree = Z_NULL;
H A Dzlib.h98 free_func zfree; /* used to free the internal state */ member
/titanic_53/usr/src/cmd/audio/utilities/
H A Dzmalloc.c129 zfree(void* mbuf) in zfree() function
H A DAudioBuffer.cc94 (void) zfree((char *)bufaddr); in alloc()
163 (void) zfree((char *)tmpbuf); in alloc()
/titanic_53/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_()
/titanic_53/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;
/titanic_53/usr/src/common/fs/
H A Ddecompress.c157 zsp->zfree = cf_free; in cf_check_compressed()
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h417 free_func zfree; /* used to free the internal state */ member
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()
/titanic_53/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;

12