/httpd/modules/ssl/ |
H A D | ssl_engine_ocsp.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 62 * certificate-specified responder, falling back to default if 85 "failed to parse OCSP responder URI '%s'", s); 147 apr_interval_time_t to = sc->server->ocsp_responder_timeout == UNSET ? local 150 response = modssl_dispatch_ocsp_request(ruri, to, request, c, pool); 189 "failed to verify the OCSP response"); 203 "failed to retrieve OCSP response status"); 262 "No cert available to chec [all...] |
/httpd/modules/http/ |
H A D | http_request.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 18 * http_request.c: functions to get and process requests 59 /* XXX A cleaner and faster way to do this might be to pass the request_rec 60 * down the filter chain as a parameter. It would need to change for 66 request_rec *to) 70 f->r = to; 121 * The following takes care of Apache redirects to custo 64 update_r_in_filters(ap_filter_t *f, request_rec *from, request_rec *to) argument [all...] |
/httpd/modules/filters/ |
H A D | mod_substitute.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 37 * We want to limit the memory usage in a way that is predictable. 204 /* now we need to adjust buff for all these changes */ 224 * We want the behaviour to be predictable. 225 * Therefore we try to always error out if the 283 * reset to past what we just did. pos now maps to b 341 * Create all the temporary brigades we need and reuse them to avoi 561 char *to = NULL; local [all...] |
H A D | mod_proxy_html.c | 4 * Licensed to the Apache Software Foundation (ASF) under one or more 7 * The ASF licenses this file to You under the Apache License, Version 2.0 13 * Unless required by applicable law or agreed to in writing, software 21 You can #define GO_FASTER to disable trace logging. 83 const char *to; member in struct:urlmap 229 subs = ap_pregsub(ctx->f->r->pool, m->to, ctx->buf+offs, 256 s_to = strlen(m->to); 267 m->from.c, m->to)); 272 memcpy(ctx->buf+match, m->to, s_to); 275 memcpy(ctx->buf+match, m->to, s_t 1064 comp_urlmap(cmd_parms *cmd, urlmap *newmap, const char *from, const char *to, const char *flags, const char *cond) argument 1131 const char *to; local [all...] |
/httpd/modules/generators/ |
H A D | mod_info.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 240 int from, int to) 242 if (from < to) 243 mod_info_show_parents(r, node->parent, from, to - 1); 244 mod_info_show_open(r, node, to); 275 void (*pFunc) (void); /* just to get the right size */ 283 * hook_get_t is a pointer to a function that takes void as an argument and 284 * returns a pointer to a 239 mod_info_show_parents(request_rec * r, ap_directive_t * node, int from, int to) argument [all...] |
H A D | mod_autoindex.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 23 * Adapted to Apache by rst. 197 static void push_item(apr_array_header_t *arr, char *type, const char *to, argument 202 if (!to) { 203 to = ""; 213 if ((type == BY_PATH) && (!ap_is_matchexp(to))) { 214 p->apply_to = apr_pstrcat(arr->pool, "*", to, NULL); 216 else if (to) { 224 add_alt(cmd_parms *cmd, void *d, const char *alt, const char *to) argument 243 add_icon(cmd_parms *cmd, void *d, const char *icon, const char *to) argument 297 add_desc(cmd_parms *cmd, void *d, const char *desc, const char *to) argument [all...] |
/httpd/support/ |
H A D | firehose.c | 8 * Unless required by applicable law or agreed to in writing, software 104 " --file, -f <name>\t\t\tFile to read the firehose from.\n\t\t\t\t\tDefaults to stdin." }, 109 " --output-directory, -o <name>\tDirectory to write demuxed connections\n\t\t\t\t\tto." }, 114 " --uuid, -u <uuid>\t\t\tThe UUID of the connection to\n\t\t\t\t\tdemultiplex. Can be specified more\n\t\t\t\t\tthan once." }, 116 " --output-host, -h <hostname>\tHostname to write demuxed connections to." },*/ 129 "writes each connection to a file, or to a socket as appropriate.\n" \ 131 "When writing to file 234 char *nfrom, *nto, *from, *to; local [all...] |
/httpd/modules/cache/ |
H A D | mod_cache.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 28 /* Handles for cache filters, resolved at startup to eliminate 29 * a name-to-function mapping on each request 63 * check whether we're allowed to try cache it 75 * Under certain circumstances, an admin might want to run the cache as 76 * a normal handler instead of a quick handler, allowing the cache to 79 * a performance penalty, and should only be used to achieve specific 119 * Are we allowed to serv 350 cache_replace_filter(ap_filter_t *next, ap_filter_rec_t *from, ap_filter_rec_t *to, ap_filter_rec_t *stop) argument [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 1 /* Licensed to the Apache Software Foundation (ASF) under one or more 4 * The ASF licenses this file to You under the Apache License, Version 2.0 10 * Unless required by applicable law or agreed to in writing, software 73 * now parse path/search args, according to rfc1738: 77 * unless proxy-nocanon is set to say it's raw 254 char chunk_hdr[20]; /* must be here due to transient bucket. */ 265 /* We can't pass this EOS to the output_filters. */ 295 * body already, unless we are EOS since everything is to be 304 * ap_save_brigade ensures these buckets to be set aside. 306 * bb brigade already has been created and does not need to ge 687 proxy_buckets_lifetime_transform(request_rec *r, apr_bucket_brigade *from, apr_bucket_brigade *to) argument [all...] |