Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Drfc1867.c238 int bytes_to_read, total_read = 0, actual_read = 0; in fill_buffer() local
255 actual_read = sapi_module.read_post(buf, bytes_to_read TSRMLS_CC); in fill_buffer()
258 if (actual_read > 0) { in fill_buffer()
259 self->bytes_in_buffer += actual_read; in fill_buffer()
260 SG(read_post_bytes) += actual_read; in fill_buffer()
261 total_read += actual_read; in fill_buffer()
262 bytes_to_read -= actual_read; in fill_buffer()

Completed in 7 milliseconds