Home
last modified time | relevance | path

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

/PHP-8.4/main/
H A Drfc1867.c669 …zend_long body_parts_cnt = REQUEST_PARSE_BODY_OPTION_GET(max_multipart_body_parts, INI_INT("max_mu… local
702 if (body_parts_cnt < 0) {
703 body_parts_cnt = max_input_vars + upload_cnt;
705 int body_parts_limit = body_parts_cnt;
795 if (--body_parts_cnt < 0) {

Completed in 8 milliseconds