Lines Matching refs:flush
251 * fill() and flush() won't be used.
255 long (*flush)(void *src, unsigned long size),
271 if (fill == NULL && flush == NULL)
279 if (flush == NULL) {
301 if (fill == NULL && flush == NULL) {
327 if (flush != NULL && (b.out_pos == b.out_size
334 if (flush(b.out, b.out_pos) != (long)b.out_pos)
344 if (flush != NULL)
384 if (flush != NULL)
402 long (*flush)(void*, unsigned long),
407 return unxz(buf, len, fill, flush, out_buf, pos, error);