Home
last modified time | relevance | path

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

/xnu-10002.61.3/libkern/libkern/
H A Dzlib.h626 typedef int (*z_input_func) (z_streamp strm, Bytef *buf, unsigned size); typedef
629 ZEXTERN int ZEXPORT deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput);
/xnu-10002.61.3/libkern/zlib/
H A Ddeflate.h123 z_input_func zinput;
H A Ddeflate.c377 deflateResetWithIO(z_streamp strm, z_input_func zinput, z_output_func zoutput) in deflateResetWithIO()