Searched refs:loc (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/examples/ |
H A D | mod_example_hooks.c | 119 char *loc; /* Location to which this record applies. */ member in struct:x_cfg 364 where = (mconfig != NULL) ? mconfig->loc : "nowhere"; 408 where = (cfg != NULL) ? cfg->loc : "nowhere"; 451 where = (cfg != NULL) ? cfg->loc : "nowhere"; 566 cfg->loc = apr_pstrcat(p, "DIR(", dname, ")", NULL); 602 merged_config->loc = apr_pstrdup(p, nconf->loc); 652 cfg->loc = apr_pstrcat(p, "SVR(", sname, ")", NULL); 687 merged_config->loc = apr_pstrdup(p, s2conf->loc); [all...] |
/httpd/modules/generators/ |
H A D | mod_status.c | 184 const char *loc; local 267 if ((loc = ap_strstr_c(r->args, 274 if (*(loc + len ) == '=') { 275 t = atol(loc + len + 1);
|
/httpd/modules/http/ |
H A D | http_filters.c | 601 const char *loc; local 609 if ((loc = apr_table_get(r->headers_out, "Location")) != NULL) { 610 const char *scheme_end = ap_strchr_c(loc, ':'); 616 if (!ap_is_url(loc)) 628 loc);
|
Completed in 19 milliseconds