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

/httpd/server/
H A Dutil_xml.c43 apr_size_t total_read = 0; local
51 total_read = 0;
87 total_read += len;
88 if (limit_xml_body && total_read > limit_xml_body) {
111 if (!total_read) {

Completed in 10 milliseconds