Home
last modified time | relevance | path

Searched refs:body_parts_cnt (Results 1 – 1 of 1) sorted by relevance

/php-src/main/
H A Drfc1867.c668 …zend_long body_parts_cnt = REQUEST_PARSE_BODY_OPTION_GET(max_multipart_body_parts, INI_INT("max_mu… local
701 if (body_parts_cnt < 0) {
702 body_parts_cnt = max_input_vars + upload_cnt;
704 int body_parts_limit = body_parts_cnt;
787 if (--body_parts_cnt < 0) {

Completed in 7 milliseconds