Searched defs:sent_body (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 602 apr_bucket_brigade **sent_body, 666 else if (body && !strcmp(pair->name, body) && sent_body) { 667 *sent_body = pair->value; 981 apr_bucket_brigade *sent_body = NULL; local 996 &sent_mimetype, &sent_body, conf); 1012 if (sent_body && sent_mimetype) { 1014 r->kept_body = sent_body; 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
|
Completed in 16 milliseconds