Searched refs:zoutput (Results 1 – 4 of 4) sorted by relevance
377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO() argument384 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()
124 z_output_func zoutput; member
629 ZEXTERN int ZEXPORT deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput);
12325 z_output_func zoutput; member