Searched refs:read_post_bytes (Results 1 – 6 of 6) sorted by relevance
270 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);
250 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()
121 int64_t read_post_bytes; member
83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()
491 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()
443 size_t remaining = SG(request_info).content_length - SG(read_post_bytes); in sapi_cgi_read_post()
Completed in 22 milliseconds