Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c1500 size_t haveread = 0; in _php_stream_copy_to_stream_ex() local
1555 if (maxlen && (maxlen - haveread) < readchunk) { in _php_stream_copy_to_stream_ex()
1556 readchunk = maxlen - haveread; in _php_stream_copy_to_stream_ex()
1567 haveread += didread; in _php_stream_copy_to_stream_ex()
1572 *len = haveread - (didread - towrite); in _php_stream_copy_to_stream_ex()
1583 if (maxlen - haveread == 0) { in _php_stream_copy_to_stream_ex()
1588 *len = haveread; in _php_stream_copy_to_stream_ex()
1593 if (haveread > 0 || src->eof) { in _php_stream_copy_to_stream_ex()

Completed in 12 milliseconds