Home
last modified time | relevance | path

Searched refs:zinput (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/zlib/
H A Ddeflate.h123 z_input_func zinput; member
H A Ddeflate.c377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO() argument
383 strm->state->zinput = zinput; in deflateResetWithIO()
407 s->zinput = &read_buf; in deflateReset()
1367 n = (*s->zinput)(s->strm, s->window + s->strstart + s->lookahead, more); in fill_window()
/xnu-11215/libkern/libkern/
H A Dzlib.h629 ZEXTERN int ZEXPORT deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput);