Searched refs:do_flush (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dkern_gzio.c73 local int do_flush OF((gzFile file, int flush));
268 local int do_flush (file, flush) function
283 log(LOG_WARNING, "do_flush: avail_in non-zero on entry\n");
329 int err = do_flush (file, flush);
372 err = do_flush (file, Z_FINISH);
374 log(LOG_ERR, "gzclose: do_flush failed (err %d)\n", err);
/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp2052 void do_flush (void);
2864 * do_flush - flushes all output and tags.
2867 void html_printer::do_flush (void) function in class:html_printer

Completed in 55 milliseconds