Searched refs:location (Results 1 - 10 of 10) sorted by relevance

/httpd/modules/generators/
H A Dmod_asis.c35 const char *location; local
60 location = apr_table_get(r->headers_out, "Location");
62 if (location && location[0] == '/' &&
76 ap_internal_redirect_handler(location, r);
H A Dmod_cgi.c940 const char *location; local
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"); local
1087 if (location) {
1090 location
[all...]
H A Dmod_cgid.c1600 const char *location; local
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"); local
1754 if (location) {
1757 location = ap_escape_html(rr->pool, location);
[all...]
/httpd/modules/proxy/
H A Dmod_proxy_scgi.c61 const char *location; /* target URL */ member in struct:__anon299
365 const char *location; local
395 location = apr_table_get(r->err_headers_out, conf->sendfile);
396 if (!location) {
398 location = apr_table_get(r->headers_out, conf->sendfile);
400 if (location) {
405 conf->sendfile, location);
413 req_conf->location = location;
429 location
[all...]
/httpd/modules/core/
H A Dmod_macro.c57 this is a macro: name, arguments, contents, location.
64 char *location; /* of macro definition, for error messages */ member in struct:__anon95
251 macro->name, macro->location, i + 1);
258 macro->name, macro->location,
271 macro->name, macro->location,
283 macro->name, macro->location,
478 i + 1, macro->name, macro->location, errmsg);
505 macro->name, macro->location);
525 macro->name, macro->location, names[i], i + 1);
737 macro->name, macro->location,
[all...]
/httpd/modules/aaa/
H A Dmod_auth_form.c66 const char *location; member in struct:__anon54
98 conf->location = "httpd_location";
121 new->location = (add->location_set == 0) ? base->location : add->location;
206 static const char *set_cookie_form_location(cmd_parms * cmd, void *config, const char *location) argument
209 conf->location = location;
211 return check_string(cmd, location);
356 "specify the auth providers for a directory or location"),
590 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument
[all...]
/httpd/modules/http/
H A Dhttp_protocol.c1106 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"); local
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);
1104 get_canned_error_string(int status, request_rec *r, const char *location) argument
[all...]
H A Dhttp_request.c479 const char *location = apr_table_get(r->headers_out, "Location"); local
480 if (location)
481 apr_table_setn(new->headers_out, "Location", location);
/httpd/modules/ssl/
H A Dssl_engine_ocsp.c40 && value->location->type == GEN_URI) {
42 (char *)value->location->d.uniformResourceIdentifier->data);
/httpd/modules/cache/
H A Dcache_storage.c692 const char *location, *location_key = NULL; local
710 location = apr_table_get(r->headers_out, "Location");
711 if (location) {
712 if (APR_SUCCESS != apr_uri_parse(r->pool, location, &location_uri)
714 != cache_canonicalise_key(r, r->pool, location,

Completed in 217 milliseconds