Searched refs:z_input_func (Results 1 – 3 of 3) sorted by relevance
626 typedef int (*z_input_func) (z_streamp strm, Bytef *buf, unsigned size); typedef629 ZEXTERN int ZEXPORT deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput);
123 z_input_func zinput;
377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO()