Home
last modified time | relevance | path

Searched refs:zoutput (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/libkern/zlib/
H A Ddeflate.c377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO() argument
384 strm->state->zoutput = zoutput; in deflateResetWithIO()
408 s->zoutput = NULL; in deflateReset()
562 if (strm->state->zoutput) { in flush_pending()
563 len = (*strm->state->zoutput)(strm, strm->state->pending_out, len); in flush_pending()
H A Ddeflate.h124 z_output_func zoutput; member
/xnu-11215/libkern/libkern/
H A Dzlib.h629 ZEXTERN int ZEXPORT deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput);
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp12325 z_output_func zoutput; member