Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/apr/include/
H A Dapr_lib.h174 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b),
/freebsd-13.1/contrib/apr/strings/
H A Dapr_snprintf.c249 if (flush_func(vbuff)) \
682 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter()
/freebsd-13.1/contrib/libxo/libxo/
H A Dxo.h162 xo_close_func_t close_func, xo_flush_func_t flush_func);
H A Dlibxo.c7932 xo_close_func_t close_func, xo_flush_func_t flush_func) in xo_set_writer() argument
7939 xop->xo_flush = flush_func; in xo_set_writer()
/freebsd-13.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
/freebsd-13.1/contrib/apr/memory/unix/
H A Dapr_pools.c1329 static int add_redzone(int (*flush_func)(apr_vformatter_buff_t *b), in add_redzone()