Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dstreams.c1505 size_t haveread = 0; in _php_stream_copy_to_stream_ex() local
1560 if (maxlen && (maxlen - haveread) < readchunk) { in _php_stream_copy_to_stream_ex()
1561 readchunk = maxlen - haveread; in _php_stream_copy_to_stream_ex()
1572 haveread += didread; in _php_stream_copy_to_stream_ex()
1577 *len = haveread - (didread - towrite); in _php_stream_copy_to_stream_ex()
1588 if (maxlen - haveread == 0) { in _php_stream_copy_to_stream_ex()
1593 *len = haveread; in _php_stream_copy_to_stream_ex()
1598 if (haveread > 0 || src->eof) { in _php_stream_copy_to_stream_ex()

Completed in 11 milliseconds