Searched refs:apr_vformatter (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_lib.h103 * apr_vformatter() is a generic printf-style formatting routine
138 * Additionally, apr_vformatter allows for arbitrary output methods
142 * curpos is where apr_vformatter will write the next byte of output.
147 * If the end of output is reached, apr_vformatter returns the
152 * and apr_vformatter will return immediately with -1. Otherwise
160 * apr_vformatter returns.
162 * apr_vformatter does not call out to any other code, it is entirely
166 * complete the allocation until apr_vformatter returns. apr_psprintf
167 * would be completely broken if apr_vformatter were to call anything
171 * or until apr_vformatter return
[all...]
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_snprintf.c682 APR_DECLARE(int) apr_vformatter(int (*flush_func)(apr_vformatter_buff_t *), function
1378 cc = apr_vformatter(snprintf_flush, &vbuff, format, ap);
1402 cc = apr_vformatter(snprintf_flush, &vbuff, format, ap);
/freebsd-13-stable/contrib/apr/file_io/unix/
H A Dreadwrite.c518 count = apr_vformatter(file_printf_flush,
520 /* apr_vformatter does not call flush for the last bits */
/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c694 written = apr_vformatter(brigade_flush, &vd.vbuff, fmt, va);
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c1239 * is apr_vformatter -- which was purposefully written to be
1375 /* Make sure that the first node passed to apr_vformatter has at least
1394 if (apr_vformatter(psprintf_flush, &ps.vbuff, fmt, ap) == -1)
2181 if (apr_vformatter(psprintf_flush, &ps.vbuff, fmt, ap) == -1) {

Completed in 121 milliseconds