/httpd/modules/aaa/ |
H A D | mod_access_compat.c | 20 * Module derived from code originally written by Rob McCool 58 char *from; member in union:__anon48::__anon49 143 static const char *allow_cmd(cmd_parms *cmd, void *dv, const char *from, argument 152 if (strcasecmp(from, "from")) 153 return "allow and deny must be followed by 'from'"; 156 a->x.from = where; 161 a->x.from += 5; 166 a->x.from += 4; 207 "'from' followe [all...] |
/httpd/modules/http/ |
H A D | http_request.c | 23 * best from the bottom up. 65 request_rec *from, 69 if (f->r == from) { 111 "Response from AP_FILTER_ERROR"); 322 "Headers received from client:"); 505 * some inherited from r->main. Here, inherit that filter 516 "dropping filter '%s' in internal redirect from %s to %s", 592 /* copy output headers from subrequest, but leave negotiation headers */ 64 update_r_in_filters(ap_filter_t *f, request_rec *from, request_rec *to) argument
|
/httpd/modules/cluster/ |
H A D | mod_heartmonitor.c | 284 "Unable to read from file: %s", ctx->storage_path); 420 * Skip this entry from the heartbeat file -- when it comes back, 518 /* Process a message received from a backend node */ 520 apr_sockaddr_t *from, char *buf, int len) 538 "%pI busy=%s ready=%s", from, 541 apr_sockaddr_ip_get(&ip, from); 554 "malformed message from %pI", 555 from); 559 /* Read message from multicast socket */ 564 apr_sockaddr_t from; local 519 hm_processmsg(hm_ctx_t *ctx, apr_pool_t *p, apr_sockaddr_t *from, char *buf, int len) argument [all...] |
/httpd/modules/filters/ |
H A D | mod_substitute.c | 342 * creating them over and over again from r->pool which would cost a 428 * scanning and splitting from our read buffer 560 char *from = NULL; local 577 from = ++ourline; 578 if (from) { 597 if (!delim || !from || !*from || !to) { 620 r = ap_pregcomp(cmd->pool, from, AP_REG_EXTENDED | 633 nscript->patlen = strlen(from); 634 nscript->pattern = apr_strmatch_precompile(cmd->pool, from, [all...] |
H A D | mod_proxy_html.c | 82 } from; member in struct:urlmap 226 while (!ap_regexec(m->from.r, ctx->buf+offs, nmatch, pmatch, 0)) { 255 s_from = strlen(m->from.c); 257 for (found = strstr(ctx->buf, m->from.c); found; 258 found = strstr(ctx->buf+match+s_to, m->from.c)) { 267 m->from.c, m->to)); 494 if (!ap_regexec(m->from.r, ctx->buf, nmatch, 527 s_from = strlen(m->from.c); 528 if (!strncasecmp(ctx->buf, m->from.c, s_from)) { 535 m->from 1064 comp_urlmap(cmd_parms *cmd, urlmap *newmap, const char *from, const char *to, const char *flags, const char *cond) argument 1130 const char *from; local [all...] |
/httpd/modules/generators/ |
H A D | mod_info.c | 240 int from, int to) 242 if (from < to) 243 mod_info_show_parents(r, node->parent, from, to - 1); 248 ap_directive_t * node, int from, int level) 250 int shown = from; 274 { /*XXX: should get something from apr_hooks.h instead */ 239 mod_info_show_parents(request_rec * r, ap_directive_t * node, int from, int to) argument 247 mod_info_module_cmds(request_rec * r, const command_rec * cmds, ap_directive_t * node, int from, int level) argument
|
/httpd/support/ |
H A D | firehose.c | 104 " --file, -f <name>\t\t\tFile to read the firehose from.\n\t\t\t\t\tDefaults to stdin." }, 177 * Cleanup a uuid record. Removes the record from the uuid hashtable in files. 234 char *nfrom, *nto, *from, *to; local 241 from = apr_pstrcat(pool, to, ".part", NULL); 243 status = apr_filepath_merge(&nfrom, file->directory, from, 273 file->directory, from, &status); 517 /* when the pipe is closed, the pipe disappears from the brigade */ 593 "Could not read fragment body from input file: %pm\n", &status); 638 "Could not read fragment header from input file: %pm\n", &status); 745 /* read filters from th [all...] |
/httpd/modules/cache/ |
H A D | mod_cache.c | 59 * Can we deliver this request from the cache? 170 * Try to serve this request from the cache. 350 static int cache_replace_filter(ap_filter_t *next, ap_filter_rec_t *from, argument 354 if (next->frec == from) { 470 * Try to serve this request from the cache. 795 * remove the filter from the chain 893 /* morph the current save filter into the out filter, and serve from 959 /* read the etag and cache-control from the entity */ 1000 * is appropriate _NOT_ to cache the data from the server. There are 1001 * a whole lot of conditions that prevent us from cachin [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_http.c | 113 /* Clear all connection-based headers from the incoming headers table */ 337 " from %s (%s)", p_conn->addr, 502 " from %s (%s)", p_conn->addr, 654 "read request body failed from %s (%s)", 675 * Transform buckets from one bucket allocator to another one by creating a 676 * transient bucket for each data bucket and let it use the data read from 688 apr_bucket_brigade *from, apr_bucket_brigade *to) 697 for (e = APR_BRIGADE_FIRST(from); 698 e != APR_BRIGADE_SENTINEL(from); 791 * their decoding from th 687 proxy_buckets_lifetime_transform(request_rec *r, apr_bucket_brigade *from, apr_bucket_brigade *to) argument [all...] |