Searched refs:flush_func (Results 1 – 6 of 6) sorted by relevance
174 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *b),
249 if (flush_func(vbuff)) \682 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), in apr_vformatter()
162 xo_close_func_t close_func, xo_flush_func_t flush_func);
7932 xo_close_func_t close_func, xo_flush_func_t flush_func) in xo_set_writer() argument7939 xop->xo_flush = flush_func; in xo_set_writer()
107 xo_flush_func_t flush_func)114 data and any other resources as needed. The *flush_func* function123 :param xo_flush_func_t flush_func: New flush function
1329 static int add_redzone(int (*flush_func)(apr_vformatter_buff_t *b), in add_redzone()