Lines Matching defs:out
199 /* Assure that some output space is available, by writing out the window
208 if (out(out_desc, put, left)) { \
220 in() and out() are the call-back input and output functions. When
223 window, it calls out() to write out the data. The application must not
228 in() and out() are called with a descriptor parameter provided in the
233 in() should return zero on failure. out() should return non-zero on
234 failure. If either in() or out() fails, than inflateBack() returns a
236 was in() or out() that caused in the error. Otherwise, inflateBack()
243 out_func out, void FAR *out_desc) {
613 if (out(out_desc, state->window, state->wsize - left) &&