Home
last modified time | relevance | path

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

/php-src/main/
H A Drfc1867.c668 …zend_long upload_cnt = REQUEST_PARSE_BODY_OPTION_GET(max_file_uploads, INI_INT("max_file_uploads")… local
703 body_parts_cnt = max_input_vars + upload_cnt;
917 } else if (upload_cnt <= 0) {
919 if (upload_cnt == 0) {
920 --upload_cnt;
1007 upload_cnt--;

Completed in 7 milliseconds