Searched defs:sent_loc (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_form.c599 const char **sent_loc,
642 else if (location && !strcmp(pair->name, location) && sent_loc) {
648 *sent_loc = buffer;
676 sent_loc ? *sent_loc : "<null>");
887 const char *sent_loc = NULL, *sent_method = "GET", *sent_mimetype = NULL; local
995 &sent_user, &sent_pw, &sent_loc, &sent_method,
1035 if (sent_loc) {
1036 apr_table_set(r->headers_out, "Location", sent_loc);
1076 if (sent_loc) {
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
1118 const char *sent_user = NULL, *sent_pw = NULL, *sent_loc = NULL; local
[all...]

Completed in 14 milliseconds