Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Drfc1867.c236 int bytes_to_read, total_read = 0, actual_read = 0; in fill_buffer() local
259 total_read += actual_read; in fill_buffer()
266 return total_read; in fill_buffer()
/PHP-8.1/ext/exif/
H A Dexif.c223 ssize_t total_read = 0; in ZEND_GET_MODULE() local
224 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 21 milliseconds