Lines Matching defs:location
1106 const char *location)
1118 ap_escape_html(r->pool, location),
1125 ap_escape_html(r->pool, location),
1132 ap_escape_html(r->pool, location),
1375 const char *location = apr_table_get(r->headers_out, "Location");
1395 if (location == NULL) {
1396 location = apr_table_get(r->err_headers_out, "Location");
1425 if ((location != NULL) && *location) {
1426 apr_table_setn(r->headers_out, "Location", location);
1429 location = ""; /* avoids coredump when printing, below */
1527 get_canned_error_string(status, r, location),