Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Drfc1867.c266 SG(read_post_bytes) += actual_read; in fill_buffer()
877 event_formdata.post_bytes_processed = SG(read_post_bytes);
898 event_formdata.post_bytes_processed = SG(read_post_bytes);
976 event_file_start.post_bytes_processed = SG(read_post_bytes);
1026 event_file_data.post_bytes_processed = SG(read_post_bytes);
1094 event_file_end.post_bytes_processed = SG(read_post_bytes);
1303 event_end.post_bytes_processed = SG(read_post_bytes);
H A DSAPI.c246 SG(read_post_bytes) += read_bytes; in sapi_read_post_block()
284 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
400 SG(read_post_bytes) = 0; in sapi_activate_headers_only()
444 SG(read_post_bytes) = 0; in sapi_activate()
H A DSAPI.h121 int64_t read_post_bytes; member
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c484 assert(SG(request_info).content_length >= SG(read_post_bytes)); in sapi_cgi_read_post()
486 remaining_bytes = (size_t)(SG(request_info).content_length - SG(read_post_bytes)); in sapi_cgi_read_post()
511 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_fcgi_read_post()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c437 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post()

Completed in 27 milliseconds