Home
last modified time | relevance | path

Searched refs:flush_func (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/apr/include/
H A Dapr_lib.h174 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b),
/freebsd-12.1/contrib/apr/strings/
H A Dapr_snprintf.c250 if (flush_func(vbuff)) \
683 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter()
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo.h161 xo_close_func_t close_func, xo_flush_func_t flush_func);
H A Dlibxo.c7907 xo_close_func_t close_func, xo_flush_func_t flush_func) in xo_set_writer() argument
7914 xop->xo_flush = flush_func; in xo_set_writer()
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst107 xo_flush_func_t flush_func)
114 data and any other resources as needed. The *flush_func* function
123 :param xo_flush_func_t flush_func: New flush function
H A Dlibxo.txt1702 xo_flush_func_t flush_func);