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

/httpd/server/
H A Dcore.c67 #define AP_LIMIT_UNSET ((long) -1) macro
168 conf->limit_xml_body = AP_LIMIT_UNSET;
314 if (new->limit_xml_body != AP_LIMIT_UNSET)
3582 if (conf->limit_xml_body == AP_LIMIT_UNSET)

Completed in 33 milliseconds