Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Drfc1867.c270 SG(read_post_bytes) += actual_read; in fill_buffer()
885 event_formdata.post_bytes_processed = SG(read_post_bytes);
906 event_formdata.post_bytes_processed = SG(read_post_bytes);
984 event_file_start.post_bytes_processed = SG(read_post_bytes);
1034 event_file_data.post_bytes_processed = SG(read_post_bytes);
1102 event_file_end.post_bytes_processed = SG(read_post_bytes);
1311 event_end.post_bytes_processed = SG(read_post_bytes);
H A DSAPI.c250 SG(read_post_bytes) += read_bytes; in sapi_read_post_block()
288 if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { in SAPI_POST_READER_FUNC()
404 SG(read_post_bytes) = 0; in sapi_activate_headers_only()
448 SG(read_post_bytes) = 0; in sapi_activate()
H A DSAPI.h121 int64_t read_post_bytes; member
/PHP-7.3/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.3/sapi/cgi/
H A Dcgi_main.c491 assert(SG(request_info).content_length >= SG(read_post_bytes)); in sapi_cgi_read_post()
493 remaining_bytes = (size_t)(SG(request_info).content_length - SG(read_post_bytes)); in sapi_cgi_read_post()
518 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_fcgi_read_post()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c443 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post()

Completed in 42 milliseconds