Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Drfc1867.c258 SG(read_post_bytes) += actual_read; in fill_buffer()
880 event_formdata.post_bytes_processed = SG(read_post_bytes);
901 event_formdata.post_bytes_processed = SG(read_post_bytes);
975 event_file_start.post_bytes_processed = SG(read_post_bytes);
1025 event_file_data.post_bytes_processed = SG(read_post_bytes);
1093 event_file_end.post_bytes_processed = SG(read_post_bytes);
1276 event_end.post_bytes_processed = SG(read_post_bytes);
H A DSAPI.c244 SG(read_post_bytes) += read_bytes; in sapi_read_post_block()
282 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
398 SG(read_post_bytes) = 0; in sapi_activate_headers_only()
442 SG(read_post_bytes) = 0; in sapi_activate()
H A DSAPI.h116 int64_t read_post_bytes; member
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c81 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
/PHP-8.1/sapi/cgi/
H A Dcgi_main.c480 assert(SG(request_info).content_length >= SG(read_post_bytes)); in sapi_cgi_read_post()
482 remaining_bytes = (size_t)(SG(request_info).content_length - SG(read_post_bytes)); in sapi_cgi_read_post()
507 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_fcgi_read_post()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_main.c432 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post()

Completed in 45 milliseconds