Searched refs:loc (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/examples/
H A Dmod_example_hooks.c119 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 Dmod_status.c184 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 Dhttp_filters.c601 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 1532 milliseconds