Lines Matching refs:flush
249 * fill() and flush() won't be used.
253 long (*flush)(void *src, unsigned long size),
269 if (fill == NULL && flush == NULL)
277 if (flush == NULL) {
299 if (fill == NULL && flush == NULL) {
325 if (flush != NULL && (b.out_pos == b.out_size
332 if (flush(b.out, b.out_pos) != (long)b.out_pos)
342 if (flush != NULL)
382 if (flush != NULL)
400 long (*flush)(void*, unsigned long),
405 return unxz(buf, len, fill, flush, out_buf, pos, error);