/httpd/server/ |
H A D | apreq_module.c | 35 const apr_table_t *args, *body; local 37 apreq_body(req, &body); 40 if (body != NULL) 41 return apr_table_overlay(p, args, body); 45 if (body != NULL) 46 return apr_table_copy(p, body);
|
H A D | apreq_param.c | 244 APREQ_DECLARE(const apr_table_t *) apreq_uploads(const apr_table_t *body, argument 248 apr_table_do(upload_push, t, body, NULL); 266 APREQ_DECLARE(const apreq_param_t *) apreq_upload(const apr_table_t *body, argument 270 apr_table_do(upload_set, ¶m, body, name, NULL);
|
H A D | apreq_module_custom.c | 28 apr_table_t *jar, *args, *body; member in struct:custom_handle 64 apreq_parser_run(req->parser, req->body, req->tmpbb); 83 apreq_parser_run(req->parser, req->body, req->tmpbb); 116 *t = req->body; 159 if (req->body == NULL || name == NULL) 163 *(const char **)&val = apr_table_get(req->body, name); 272 req->body = apr_table_make(pool, APREQ_DEFAULT_NELTS);
|
H A D | apreq_module_cgi.c | 46 * TODO Allow body elements to be files 47 * TODO When running body/get/cookies all at once, include previous cached 56 apr_table_t *jar, *args, *body; member in struct:cgi_handle 455 apreq_parser_run(req->parser, req->body, req->tmpbb); 482 apreq_parser_run(req->parser, req->body, req->tmpbb); 662 apr_file_printf(req->sout, "[CGI] Requested all body parameters\n"); 678 apreq_value_table_add(&p->v, req->body); 697 *t = req->body; 710 val = apr_table_get(req->body, name); 720 apreq_value_table_add(&p->v, req->body); [all...] |
/httpd/modules/apreq/ |
H A D | apreq_private_apache2.h | 26 apr_table_t *body; member in struct:filter_ctx
|
/httpd/include/ |
H A D | apreq_module.h | 66 /** get a table with all body parameters */ 67 apr_status_t (*body)(apreq_handle_t *, const apr_table_t **); member in struct:apreq_module_t 73 /** get a body parameter by its name */ 76 /** gets the parser associated with the request body */ 78 /** manually set a parser for the request body */ 156 * Expose the parsed "request body" associated to this handle. 167 return req->module->body(req, t); 200 * Fetch the first body param with the given name. 214 * Fetch the active body parser. 231 * Set the body parse [all...] |
/httpd/modules/dav/main/ |
H A D | props.c | 892 apr_text_header *body) 904 DAV_PROP_INSERT_SUPPORTED, body, &unused_inserted); 908 DAV_PROP_INSERT_SUPPORTED, body); 889 dav_get_liveprop_supported(dav_propdb *propdb, const char *ns_uri, const char *propname, apr_text_header *body) argument
|
H A D | mod_dav.c | 310 ** allow us to provide details in the body about what happened. This 311 ** function allows us to completely specify the response body. 313 ** ### this function is not logging any errors! (e.g. the body) 315 static int dav_error_response(request_rec *r, int status, const char *body) argument 329 body, 517 /* indicate the end of the response body */ 618 const char *body; local 638 /* Apache doesn't allow us to set a variable body for HTTP_CREATED, so 640 body = apr_psprintf(r->pool, "%s %s has been created.", 642 return dav_error_response(r, HTTP_CREATED, body); 896 const char *body; local 1286 dav_gen_supported_methods(request_rec *r, const apr_xml_elem *elem, const apr_table_t *methods, apr_text_header *body) argument 1353 dav_gen_supported_live_props(request_rec *r, const dav_resource *resource, const apr_xml_elem *elem, apr_text_header *body) argument 1442 dav_gen_supported_reports(request_rec *r, const dav_resource *resource, const apr_xml_elem *elem, const dav_hooks_vsn *vsn_hooks, apr_text_header *body) argument 1605 apr_text_header body = { 0 }; local 2622 const char *body; local [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_fcgi.c | 252 char *body; local 325 body = apr_palloc(temp_pool, required_len); 326 rv = ap_fcgi_encode_env(r, r->subprocess_env, body, required_len, 339 vec[1].iov_base = body; 611 *err = "reading response body"; 650 * a message-body, ignore it. */ 677 /* Send the part of the body that we read while
|
/httpd/modules/aaa/ |
H A D | mod_auth_form.c | 72 const char *body; member in struct:__anon54 101 conf->body = "httpd_body"; 131 new->body = (add->body_set == 0) ? base->body : add->body; 246 static const char *set_cookie_form_body(cmd_parms * cmd, void *config, const char *body) argument 249 conf->body = body; 251 return check_string(cmd, body); 370 "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 [all...] |
H A D | mod_authnz_fcgi.c | 302 char *body; local 356 body = apr_palloc(temp_pool, required_len); 357 rv = ap_fcgi_encode_env(r, r->subprocess_env, body, required_len, 370 vec[1].iov_base = body; 547 case AP_FCGI_STDOUT: /* Response headers and optional body */ 573 if (rspbuf) { /* caller wants to see response body, 588 "flattening response body", 740 /* The responder owns the request body, not the authorizer. 746 * simply a wrapper for the client's request body. 906 APLOGNO(02522) "%s: Ignoring response body fro [all...] |
/httpd/modules/cache/ |
H A D | mod_cache_socache.c | 74 apr_bucket_brigade *body; /* brigade containing the body, if any */ member in struct:cache_socache_object_t 78 apr_size_t body_offset; /* offset to the start of the body */ 79 unsigned int newbody :1; /* whether a new body is present */ 394 "URL '%s' body larger than limit, ignoring " 414 "URL '%s' body and headers larger than limit, ignoring " 649 /* Retrieve the body if we have one */ 650 sobj->body = apr_brigade_create(r->pool, r->connection->bucket_alloc); 654 * Optimisation: if the body is small, we want to make a 655 * copy of the body an [all...] |
/httpd/modules/http/ |
H A D | http_filters.c | 281 * the final encoding, the message body length is determined by 1012 int body; local 1036 body = REQUEST_CHUNKED_DECHUNK; 1038 body = REQUEST_NO_BODY; 1040 if ((rv = ap_setup_client_block(r, body))) { 1043 "TRACE with a request body is not allowed"); 1109 /* If configured to accept a body, echo the body */ 1338 r->sent_bodyct = 1; /* Whatever follows is real body stuff... */ 1392 /* In HTTP/1.1, any method can have a body [all...] |
/httpd/modules/mappers/ |
H A D | mod_negotiation.c | 205 const char *file_name; /* Set to 'this' (for map file body content) */ 206 apr_off_t body; /* Only for map file body content */ member in struct:var_rec 284 mime_info->body = 0; 838 /* We are at the first character following a body:tag\n entry 839 * Suck in the body, then backspace to the first char after the 872 /* Give the caller back the actual body's file offset and length */ 908 /* Getting to a header body from the header */ 931 "Syntax error in type map --- no header body: %s for %s", 976 const char *body; local [all...] |