Home
last modified time | relevance | path

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

/php-src/ext/fileinfo/libmagic/
H A Dcompress.c781 size_t total_read = 0; in uncompresslzlib() local
811 total_read += rd; in uncompresslzlib()
823 *n = total_read; in uncompresslzlib()
/php-src/main/
H A Drfc1867.c214 int bytes_to_read, total_read = 0, actual_read = 0; in fill_buffer() local
237 total_read += actual_read; in fill_buffer()
244 return total_read; in fill_buffer()
/php-src/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 23 milliseconds