Searched refs:total_read (Results 1 – 3 of 3) sorted by relevance
781 size_t total_read = 0; in uncompresslzlib() local811 total_read += rd; in uncompresslzlib()823 *n = total_read; in uncompresslzlib()
215 int bytes_to_read, total_read = 0, actual_read = 0; in fill_buffer() local238 total_read += actual_read; in fill_buffer()245 return total_read; in fill_buffer()
223 size_t total_read = 0; in ZEND_GET_MODULE() local224 while (total_read < count) { in ZEND_GET_MODULE()225 ssize_t ret = php_stream_read(stream, buf + total_read, count - total_read); in ZEND_GET_MODULE()232 total_read += ret; in ZEND_GET_MODULE()234 return total_read; in ZEND_GET_MODULE()
Completed in 29 milliseconds