read_post_bytes 83 ext/standard/php_fopen_wrapper.c if (!SG(post_read) && SG(read_post_bytes) < input->position + count) { read_post_bytes 263 main/SAPI.c SG(read_post_bytes) += read_bytes; read_post_bytes 301 main/SAPI.c if ((SG(post_max_size) > 0) && (SG(read_post_bytes) > SG(post_max_size))) { read_post_bytes 417 main/SAPI.c SG(read_post_bytes) = 0; read_post_bytes 462 main/SAPI.c SG(read_post_bytes) = 0; read_post_bytes 124 main/SAPI.h int64_t read_post_bytes; read_post_bytes 265 main/rfc1867.c SG(read_post_bytes) += actual_read; read_post_bytes 879 main/rfc1867.c event_formdata.post_bytes_processed = SG(read_post_bytes); read_post_bytes 900 main/rfc1867.c event_formdata.post_bytes_processed = SG(read_post_bytes); read_post_bytes 978 main/rfc1867.c event_file_start.post_bytes_processed = SG(read_post_bytes); read_post_bytes 1028 main/rfc1867.c event_file_data.post_bytes_processed = SG(read_post_bytes); read_post_bytes 1092 main/rfc1867.c event_file_end.post_bytes_processed = SG(read_post_bytes); read_post_bytes 1293 main/rfc1867.c event_end.post_bytes_processed = SG(read_post_bytes); read_post_bytes 137 sapi/apache/mod_php5.c if (!SG(read_post_bytes) && !ap_should_client_block(r)) { read_post_bytes 282 sapi/apache_hooks/mod_php5.c if (!SG(read_post_bytes) && !ap_should_client_block(r)) { read_post_bytes 512 sapi/cgi/cgi_main.c count_bytes = MIN(count_bytes, SG(request_info).content_length - SG(read_post_bytes)); read_post_bytes 528 sapi/cgi/cgi_main.c size_t remaining = SG(request_info).content_length - SG(read_post_bytes); read_post_bytes 68 sapi/continuity/capi.c int read_post_bytes; read_post_bytes 203 sapi/continuity/capi.c if (rc->read_post_bytes == -1) { read_post_bytes 206 sapi/continuity/capi.c if (rc->read_post_bytes == 0) read_post_bytes 208 sapi/continuity/capi.c max_read = MIN(count_bytes, (SG(request_info).content_length - rc->read_post_bytes)); read_post_bytes 216 sapi/continuity/capi.c rc->read_post_bytes = total_read; read_post_bytes 482 sapi/continuity/capi.c request_context->read_post_bytes = -1; read_post_bytes 503 sapi/fpm/fpm/fpm_main.c size_t remaining = SG(request_info).content_length - SG(read_post_bytes); read_post_bytes 334 sapi/isapi/php5isapi.c if ((DWORD) SG(read_post_bytes) < lpECB->cbAvailable) { read_post_bytes 335 sapi/isapi/php5isapi.c read_from_buf = MIN(lpECB->cbAvailable-SG(read_post_bytes), count_bytes); read_post_bytes 336 sapi/isapi/php5isapi.c memcpy(buffer, lpECB->lpbData+SG(read_post_bytes), read_from_buf); read_post_bytes 340 sapi/isapi/php5isapi.c && (SG(read_post_bytes)+read_from_buf) < lpECB->cbTotalBytes) { read_post_bytes 343 sapi/isapi/php5isapi.c read_from_input = MIN(count_bytes-read_from_buf, lpECB->cbTotalBytes-SG(read_post_bytes)-read_from_buf); read_post_bytes 97 sapi/nsapi/nsapi.c int read_post_bytes; read_post_bytes 602 sapi/nsapi/nsapi.c count_bytes = MIN(count_bytes, SG(request_info).content_length-rc->read_post_bytes); read_post_bytes 644 sapi/nsapi/nsapi.c rc->read_post_bytes += bytes_read; read_post_bytes 1017 sapi/nsapi/nsapi.c request_context->read_post_bytes = 0; read_post_bytes 219 sapi/pi3web/pi3web_sapi.c if ((DWORD)SG(read_post_bytes) < lpCB->cbAvailable) { read_post_bytes 220 sapi/pi3web/pi3web_sapi.c read_from_buf = MIN(lpCB->cbAvailable-SG(read_post_bytes), count_bytes); read_post_bytes 221 sapi/pi3web/pi3web_sapi.c memcpy(buffer, lpCB->lpbData+SG(read_post_bytes), read_from_buf); read_post_bytes 225 sapi/pi3web/pi3web_sapi.c && (SG(read_post_bytes)+read_from_buf) < lpCB->cbTotalBytes) { read_post_bytes 228 sapi/pi3web/pi3web_sapi.c read_from_input = MIN(count_bytes-read_from_buf, lpCB->cbTotalBytes-SG(read_post_bytes)-read_from_buf);