Home
last modified time | relevance | path

Searched refs:total_read_bytes (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/apache/
H A Dmod_php5.c127 int total_read_bytes=0, read_bytes; in sapi_apache_read_post() local
138 return total_read_bytes; in sapi_apache_read_post()
142 while (total_read_bytes<count_bytes) { in sapi_apache_read_post()
144 read_bytes = get_client_block(r, buffer+total_read_bytes, count_bytes-total_read_bytes); in sapi_apache_read_post()
149 total_read_bytes += read_bytes; in sapi_apache_read_post()
152 return total_read_bytes; in sapi_apache_read_post()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c272 uint total_read_bytes=0, read_bytes; in sapi_apache_read_post() local
283 return total_read_bytes; in sapi_apache_read_post()
287 while (total_read_bytes<count_bytes) { in sapi_apache_read_post()
289 read_bytes = get_client_block(r, buffer+total_read_bytes, count_bytes-total_read_bytes); in sapi_apache_read_post()
294 total_read_bytes += read_bytes; in sapi_apache_read_post()
297 return total_read_bytes; in sapi_apache_read_post()

Completed in 16 milliseconds