Lines Matching defs:out
170 /* Assure that some output space is available, by writing out the window
179 if (out(out_desc, put, (unsigned)left)) { \
191 in() and out() are the call-back input and output functions. When
194 window, it calls out() to write out the data. The application must not
199 in() and out() are called with a descriptor parameter provided in the
204 in() should return zero on failure. out() should return non-zero on
205 failure. If either in() or out() fails, than inflateBack() returns a
207 was in() or out() that caused in the error. Otherwise, inflateBack()
214 out_func out, void FAR *out_desc) {
576 if (out(out_desc, window, (unsigned)(WSIZE - left)))