Home
last modified time | relevance | path

Searched refs:z_free (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c63 static void z_free __P((void *, void *ptr, u_int nb));
100 z_free(notused, ptr, nbytes) in z_free() function
153 state->strm.zfree = (free_func) z_free;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c77 static void z_free(void *, void *ptr);
172 z_free(void *notused, void *ptr) in z_free() function
221 state->strm.zfree = (free_func)z_free; in z_comp_alloc()
675 state->strm.zfree = (free_func)z_free; in z_decomp_alloc()