Searched defs:z_comp_stats (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c72 static void z_comp_stats __P((void *state, struct compstat *stats));
85 z_comp_stats, /* decomp_stat */
109 z_comp_stats(arg, stats) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c92 static void z_comp_stats(void *state, struct compstat *stats);
105 z_comp_stats, /* comp_stat */
112 z_comp_stats, /* decomp_stat */
123 z_comp_stats, /* comp_stat */
130 z_comp_stats, /* decomp_stat */
619 * z_comp_stats()
622 z_comp_stats(void *arg, struct compstat *stats) function

Completed in 60 milliseconds