/httpd/modules/filters/ |
H A D | mod_request.c | 273 static int request_is_filter_present(request_rec * r, ap_filter_rec_t *fn) argument 277 if (f->frec == fn) {
|
/httpd/modules/loggers/ |
H A D | mod_log_forensic.c | 253 static const char *set_forensic_log(cmd_parms *cmd, void *dummy, const char *fn) argument 258 cfg->logname = fn;
|
H A D | mod_log_config.c | 27 * TransferLog fn Logs transfers to fn in standard log format, unless 30 * CustomLog fn format 31 * Log to file fn with format given by the format 1310 static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn, argument 1344 cls->fname = fn; 1358 static const char *add_global_log(cmd_parms *cmd, void *dummy, const char *fn, argument 1373 ret = add_custom_log(cmd, dummy, fn, fmt, envclause); 1386 const char *fn) 1388 return add_custom_log(cmd, dummy, fn, NUL 1385 set_transfer_log(cmd_parms *cmd, void *dummy, const char *fn) argument [all...] |
/httpd/modules/ssl/ |
H A D | ssl_ct_util.c | 109 apr_status_t ctutil_fopen(const char *fn, const char *mode, FILE **f) argument 113 *f = fopen(fn, mode); 155 const char *fn; local 158 rv = ctutil_path_join((char **)&fn, dirname, finfo.name, p, s); 164 *(char **)apr_array_push(arr) = apr_pstrdup(p, fn); 187 const char *fn, 200 rv = apr_file_open(&f, fn, APR_READ | APR_BINARY, APR_FPROT_OS_DEFAULT, p); 203 APLOGNO(02779) "couldn't read %s", fn); 210 APLOGNO(02780) "couldn't retrieve size of %s", fn); 219 "limit (%" APR_SIZE_T_FMT ")", finfo.size, fn, limi 185 ctutil_read_file(apr_pool_t *p, server_rec *s, const char *fn, apr_off_t limit, char **contents, apr_size_t *contents_size) argument [all...] |
H A D | ssl_engine_io.c | 1507 ssl_alpn_proto_negotiated fn = local 1510 if (fn(f->c, (const char *)next_proto, next_proto_len) == DONE) 1537 ssl_npn_proto_negotiated fn = local 1540 if (fn(f->c, (const char *)next_proto, next_proto_len) == DONE)
|
H A D | ssl_engine_kernel.c | 2267 ssl_alpn_propose_protos fn = local 2271 if (fn(c, client_protos, proposed_protos) == DONE) 2343 ssl_npn_advertise_protos fn = local 2346 if (fn(c, protos) == DONE)
|
H A D | mod_ssl_ct.c | 475 char *fn = apr_psprintf(p, LOG_SCT_PREFIX "%s_%s_%s.sct", local 479 ch = fn; 496 return fn;
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 296 const char *fn = "send_environment"; local 318 fn, elts[i].key, 476 const char *fn = "handle_response"; local 504 "entire header", fn); 514 "version %d", fn, (int)version); 523 fn, rid, request_id); 571 fn, status, r->status); 589 fn); 598 fn, conf->backend); 625 fn, con 702 const char *fn = "req_rsp"; local 798 const char *fn = "fcgi_check_authn"; local 928 const char *fn = "fcgi_check_password"; local 990 const char *fn = "fcgi_authz_check"; local [all...] |
/httpd/modules/http/ |
H A D | mod_mime.c | 758 const char *fn, *fntmp, *type, *charset = NULL, *resource_name; local 784 if ((fn = ap_strrchr_c(resource_name, '/')) == NULL) { 785 fn = resource_name; 788 ++fn; 799 fntmp = fn; 804 ext = apr_pstrmemdup(r->pool, fn, fntmp - fn); 805 fn = fntmp + 1; 808 ext = apr_pstrdup(r->pool, fn); 809 fn [all...] |
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 235 static int fsmagic(request_rec *r, const char *fn); 1436 static int fsmagic(request_rec *r, const char *fn) argument 1468 MODNAME ": broken symlink (%s)", fn);
|