Lines Matching refs:location
1600 const char *location;
1643 location = apr_table_get(r->headers_out, "Location");
1645 if (location && location[0] == '/' && r->status == 200) {
1662 ap_internal_redirect_handler(location, r);
1665 else if (location && r->status == 200) {
1752 const char *location = apr_table_get(rr->headers_out, "Location");
1754 if (location) {
1757 location = ap_escape_html(rr->pool, location);
1758 buffer = apr_pstrcat(ctx->pool, "<a href=\"", location, "\">",
1759 location, "</a>", NULL);