Home
last modified time | relevance | path

Searched refs:ap_vformatter (Results 1 – 14 of 14) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/httpd13/src/
H A Dap.inc50 { ap_vformatter() is a generic printf-style formatting routine
63 * Additionally, ap_vformatter allows for arbitrary output methods
67 * curpos is where ap_vformatter will write the next byte of output.
72 * If the end of output is reached, ap_vformatter returns the
77 * and ap_vformatter will return immediately with -1. Otherwise
85 * ap_vformatter returns.
87 * ap_vformatter does not call out to any other code, it is entirely
91 * complete the allocation until ap_vformatter returns. ap_psprintf
96 * or until ap_vformatter returns.
109 function ap_vformatter(flush_func: flush_func_t;
[all …]
H A Dap_mmn.inc90 * ap_vformatter() API, see src/include/ap.h
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/
H A Dap_snprintf.h121 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
H A Dap_snprintf.c624 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *), in ap_vformatter() function
1154 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_snprintf()
1173 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_vsnprintf()
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dap_snprintf.h152 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
H A Dap_snprintf.c655 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *), in ap_vformatter() function
1170 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_snprintf()
1189 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_vsnprintf()
/dports/sysutils/webjob/webjob-1.9.0/tools/webjob-dsvtool/
H A Dap_snprintf.h152 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
H A Dap_snprintf.c655 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *), in ap_vformatter() function
1170 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_snprintf()
1189 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_vsnprintf()
/dports/security/ftimes/ftimes-3.11.0/tools/tarmap/
H A Dap_snprintf.h156 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
H A Dap_snprintf.c659 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *), in ap_vformatter() function
1174 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_snprintf()
1193 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_vsnprintf()
/dports/security/ftimes/ftimes-3.11.0/src/
H A Dap_snprintf.h156 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *),
H A Dap_snprintf.c659 API_EXPORT(int) ap_vformatter(int (*flush_func)(ap_vformatter_buff *), in ap_vformatter() function
1174 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_snprintf()
1193 cc = ap_vformatter(snprintf_flush, &vbuff, format, ap); in ap_vsnprintf()
/dports/www/mod_auth_tkt/mod_auth_tkt-2.1.0/src/
H A Dap_compat.h94 #define apr_vformatter ap_vformatter
/dports/www/mod_auth_pubtkt/mod_auth_pubtkt-0.13/src/
H A Dap_compat.h94 #define apr_vformatter ap_vformatter