Searched refs:xo_flush (Results 1 – 4 of 4) sorted by relevance
607 xo_flush(); in sidewaysintpr()659 xo_flush(); in sidewaysintpr()
405 xo_flush (void);
239 xo_flush_func_t xo_flush; /* Flush callback */ member613 xop->xo_flush = xo_flush_file; in xo_init_handle()1903 xop->xo_flush = xo_flush_file; in xo_create_to_file()1929 xop->xo_flush = xo_flush_file; in xo_set_file_h()7939 xop->xo_flush = flush_func; in xo_set_writer()7962 if (rc >= 0 && xop->xo_flush) in xo_flush_h()7963 if (xop->xo_flush(xop->xo_opaque) < 0) in xo_flush_h()7970 xo_flush (void) in xo_flush() function
541 .. index:: xo_flush543 Flushing Output (xo_flush)546 .. c:function:: xo_ssize_t xo_flush (void)554 the library. The `xo_flush` call is used for this.556 Calling `xo_flush` also triggers the flush function associated with567 The `xo_flush_h` function follows the conventions of `xo_flush`,