Lines Matching refs:location
940 const char *location;
977 location = apr_table_get(r->headers_out, "Location");
979 if (location && r->status == 200) {
989 if (location && location[0] == '/' && r->status == 200) {
1002 ap_internal_redirect_handler(location, r);
1005 else if (location && r->status == 200) {
1085 const char *location = apr_table_get(rr->headers_out, "Location");
1087 if (location) {
1090 location = ap_escape_html(rr->pool, location);
1091 buffer = apr_pstrcat(ctx->pool, "<a href=\"", location, "\">",
1092 location, "</a>", NULL);