Lines Matching defs:fmt
949 static int do_errorlog_format(apr_array_header_t *fmt, ap_errorlog_info *info,
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);
1259 fmt, args);
1265 const server_rec *s, const char *fmt, ...)
1269 va_start(args, fmt);
1271 NULL, fmt, args);
1277 const char *fmt, ...)
1281 va_start(args, fmt);
1283 p, fmt, args);
1289 const request_rec *r, const char *fmt, ...)
1293 va_start(args, fmt);
1295 NULL, fmt, args);
1305 va_start(args,fmt);
1310 ap_escape_html(r->pool, apr_pvsprintf(r->pool, fmt,
1319 const char *fmt, ...)
1323 va_start(args, fmt);
1325 NULL, NULL, fmt, args);
1331 const conn_rec *c, const char *fmt, ...)
1335 va_start(args, fmt);
1337 NULL, NULL, fmt, args);