Lines Matching defs:body
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;
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);
731 val = apr_table_get(req->body, name);
747 val = apr_table_get(req->body, name);
752 param while prefetching the body */
780 if (req->body == NULL)
783 val = apr_table_get(req->body, name);
949 but rewrite body/cookies to get if interactive
992 req->body = apr_table_make(pool, APREQ_DEFAULT_NELTS);