Home
last modified time | relevance | path

Searched refs:xo_flush (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/netstat/
H A Dif.c607 xo_flush(); in sidewaysintpr()
659 xo_flush(); in sidewaysintpr()
/f-stack/tools/libxo/libxo/
H A Dxo.h405 xo_flush (void);
H A Dlibxo.c239 xo_flush_func_t xo_flush; /* Flush callback */ member
613 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
/f-stack/tools/libxo/doc/
H A Dapi.rst541 .. index:: xo_flush
543 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 with
567 The `xo_flush_h` function follows the conventions of `xo_flush`,