| /httpd/test/ |
| H A D | test_find.c | 53 const request_rec *r, const char *fmt, ...) 52 ap_log_error(const char *file, int line, int level, const request_rec *r, const char *fmt, ...) argument
|
| H A D | test_parser.c | 53 const request_rec *r, const char *fmt, ...) 52 ap_log_error(const char *file, int line, int level, const request_rec *r, const char *fmt, ...) argument
|
| /httpd/modules/ssl/ |
| H A D | ssl_engine_log.c | 208 const char *fmt, ...) 212 va_start(ap, fmt); 214 cert, fmt, ap); 220 conn_rec *c, X509 *cert, const char *fmt, ...) 224 va_start(ap, fmt); 226 cert, fmt, ap); 232 request_rec *r, X509 *cert, const char *fmt, ...) 236 va_start(ap, fmt); 238 cert, fmt, ap); 206 ssl_log_xerror(const char *file, int line, int level, apr_status_t rv, apr_pool_t *ptemp, server_rec *s, X509 *cert, const char *fmt, ...) argument 219 ssl_log_cxerror(const char *file, int line, int level, apr_status_t rv, conn_rec *c, X509 *cert, const char *fmt, ...) argument 231 ssl_log_rxerror(const char *file, int line, int level, apr_status_t rv, request_rec *r, X509 *cert, const char *fmt, ...) argument
|
| /httpd/support/ |
| H A D | suexec.c | 148 static void log_err(const char *fmt,...) 150 static void log_no_err(const char *fmt,...) 152 static void err_output(int is_error, const char *fmt, va_list ap) 155 static void err_output(int is_error, const char *fmt, va_list ap) argument 163 vsyslog(is_error ? LOG_ERR : LOG_INFO, fmt, ap); 192 vfprintf(log, fmt, ap); 199 static void log_err(const char *fmt,...) argument 204 va_start(ap, fmt); 205 err_output(1, fmt, ap); /* 1 == is_error */ 211 static void log_no_err(const char *fmt, argument [all...] |
| /httpd/support/win32/ |
| H A D | wintty.c | 64 void printerr(char *fmt, ...) argument 70 va_start(args, fmt); 71 wvsprintf(str, fmt, args);
|
| /httpd/modules/filters/ |
| H A D | sed0.c | 44 void command_errf(sed_commands_t *commands, const char *fmt, ...) argument 49 va_start(args, fmt); 50 error = apr_pvsprintf(commands->pool, fmt, args);
|
| H A D | sed1.c | 77 static void eval_errf(sed_eval_t *eval, const char *fmt, ...) argument 82 va_start(args, fmt); 83 error = apr_pvsprintf(eval->pool, fmt, args);
|
| H A D | mod_include.c | 236 static void debug_printf(include_ctx_t *ctx, const char *fmt, ...) argument 241 va_start(ap, fmt); 242 debug__str = apr_pvsprintf(ctx->pool, fmt, ap); 4124 const char *fmt) 4127 conf->default_time_fmt = fmt; 4123 set_default_time_fmt(cmd_parms *cmd, void *mconfig, const char *fmt) argument
|
| /httpd/server/ |
| H A D | apreq_module_cgi.c | 287 const char *fmt, ...) 300 va_start(vp, fmt); 321 apr_strerror(status,buf,255),apr_pvsprintf(p,fmt,vp)); 327 apr_strerror(status,buf,255),apr_pvsprintf(p,fmt,vp)); 285 cgi_log_error(const char *file, int line, int level, apr_status_t status, apreq_handle_t *handle, const char *fmt, ...) argument
|
| H A D | protocol.c | 1741 AP_DECLARE(int) ap_vrprintf(request_rec *r, const char *fmt, va_list va) argument 1755 written = apr_vformatter(r_flush, &vd.vbuff, fmt, va); 1770 AP_DECLARE_NONSTD(int) ap_rprintf(request_rec *r, const char *fmt, ...) argument 1778 va_start(va, fmt); 1779 n = ap_vrprintf(r, fmt, va);
|
| H A D | log.c | 949 static int do_errorlog_format(apr_array_header_t *fmt, ap_errorlog_info *info, argument 960 ap_errorlog_format_item *items = (ap_errorlog_format_item *)fmt->elts; 962 AP_DEBUG_ASSERT(fmt->nelts > 0); 963 for (i = 0; i < fmt->nelts; ++i) { 1033 const char *fmt, va_list args) 1139 info.format = fmt; 1201 &errstr_start, &errstr_end, fmt, args); 1205 &errstr_start, &errstr_end, fmt, args); 1253 const char *fmt, ...) 1257 va_start(args, fmt); 1028 log_error_core(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *pool, const char *fmt, va_list args) argument 1249 log_error_va_glue(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const conn_rec *c, const request_rec *r, apr_pool_t *pool, const char *fmt, ...) argument 1263 ap_log_error_(const char *file, int line, int module_index, int level, apr_status_t status, const server_rec *s, const char *fmt, ...) argument 1275 ap_log_perror_(const char *file, int line, int module_index, int level, apr_status_t status, apr_pool_t *p, const char *fmt, ...) argument 1287 ap_log_rerror_(const char *file, int line, int module_index, int level, apr_status_t status, const request_rec *r, const char *fmt, ...) argument 1316 ap_log_cserror_(const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const server_rec *s, const char *fmt, ...) argument 1329 ap_log_cerror_(const char *file, int line, int module_index, int level, apr_status_t status, const conn_rec *c, const char *fmt, ...) argument [all...] |
| H A D | util.c | 123 AP_DECLARE(char *) ap_ht_time(apr_pool_t *p, apr_time_t t, const char *fmt, argument 140 for(strp = tf, f = fmt; strp < tf + sizeof(tf) - 6 && (*strp = *f) 164 fmt = tf; 171 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);
|
| /httpd/modules/aaa/ |
| H A D | mod_auth_digest.c | 563 const char *fmt) 562 set_nonce_format(cmd_parms *cmd, void *config, const char *fmt) argument
|
| /httpd/modules/loggers/ |
| H A D | mod_log_config.c | 669 char *fmt = a; local 671 if (fmt && *fmt) { 672 if (!strncmp(fmt, "begin", 5)) { 673 fmt += 5; 674 if (!*fmt) { 677 else if (*fmt == ':') { 678 fmt++; 679 a = fmt; 682 else if (!strncmp(fmt, "en 1284 log_format(cmd_parms *cmd, void *dummy, const char *fmt, const char *name) argument 1310 add_custom_log(cmd_parms *cmd, void *dummy, const char *fn, const char *fmt, const char *envclause) argument 1358 add_global_log(cmd_parms *cmd, void *dummy, const char *fn, const char *fmt, const char *envclause) argument [all...] |
| /httpd/modules/mappers/ |
| H A D | mod_rewrite.c | 439 const char *fmt, ...) 443 const char *fmt, ...) 462 va_start(ap, fmt); 463 text = apr_pvsprintf(r->pool, fmt, ap); 442 do_rewritelog(request_rec *r, int level, char *perdir, const char *fmt, ...) argument
|