Searched refs:free_func (Results 1 - 25 of 68) sorted by relevance

123

/illumos-gate/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 Dzlib.h81 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
98 free_func zfree; /* used to free the internal state */
H A Dinfback.c52 if (strm->zfree == (free_func)0)
634 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
H A Dzconf.h132 # define free_func z_free_func macro
H A Dinflate.c202 if (strm->zfree == (free_func)0)
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)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes)); typedef
172 free_func zfree; /* used to free the internal state */
H A Ddeflate.c153 state->strm.zfree = (free_func) z_free;
/illumos-gate/usr/src/common/net/wanboot/
H A Dp12aux.h60 #define sk_EVP_PKEY_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY, (st), \
61 (free_func))
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.h87 #define sk_EVP_PKEY_pop_free(st, free_func) SKM_sk_pop_free(EVP_PKEY, (st), \
88 (free_func))
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_access.c43 void (*free_func)(nscd_acc_data_t *data); /* destructor */ member in struct:nscd_access_s
104 (access->free_func)(access->data);
545 access->free_func = data_free;
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c232 * free_func - Pointer to release function, called if the
245 void (*free_func)(sol_ofs_uobj_t *uobj))
256 if (free_func)
257 free_func(uobj);
/illumos-gate/usr/src/uts/common/io/cxgbe/shared/
H A Dshared.c145 rxb->freefunc.free_func = rxbuf_free;
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_ksndudat.c97 KTLILOG(2, "free func %x\n", frtn->free_func);
H A Dt_krcvudat.c191 KTLILOG(2, ", func: %x", frp->free_func);
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_ofs_common.h106 void (*free_func)(sol_ofs_uobj_t *));
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h80 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
97 free_func zfree; /* used to free the internal state */
H A Dinflate.c168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
1186 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0)
1361 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h400 typedef void (*free_func) OF((voidpf opaque, voidpf address)); typedef
417 free_func zfree; /* used to free the internal state */
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dexample.c73 static free_func zfree = myfree;
78 static free_func zfree = (free_func)0;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvio_util.c95 vmp->reclaim.free_func = vio_freeb;
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c52 rxBuf->freeCB.free_func = vmxnet3_put_rxbuf;
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dclient.c507 sasl_free_t *free_func = c_conn->cparams->utils->free; local
519 free_func(c_conn->clientFQDN);
527 free_func(c_conn->cparams);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h152 frtn_t free_func; member in struct:myri10ge_jpool_entry
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c98 bufp->rx_recycle.free_func = nge_recv_recycle;

Completed in 122 milliseconds

123