Lines Matching refs:location
66 const char *location;
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)
209 conf->location = location;
211 return check_string(cmd, location);
356 "specify the auth providers for a directory or location"),
415 if (conf->location && ap_strchr_c(conf->location, ':')) {
416 apr_table_setn(r->err_headers_out, "Location", conf->location);
587 * The location field is considered optional, and will be returned
593 const char *location,
642 else if (location && !strcmp(pair->name, location) && sent_loc) {
672 "from form: user: %s, pw: %s, method: %s, mimetype: %s, location: %s",
959 * If an additional user defined location field is present in the form,
961 * location.
993 rv = get_form_auth(rr, conf->username, conf->password, conf->location,
1134 rv = get_form_auth(r, conf->username, conf->password, conf->location,