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

/httpd/server/
H A Dutil_xml.c44 apr_size_t limit_xml_body = ap_get_limit_xml_body(r); local
88 if (limit_xml_body && total_read > limit_xml_body) {
91 "limit of %lu", (unsigned long)limit_xml_body);
/httpd/include/
H A Dhttp_core.h545 long limit_xml_body; /* limit on bytes in XML request msg body */ member in struct:__anon21

Completed in 19 milliseconds