Home
last modified time | relevance | path

Searched refs:to_read_now (Results 1 – 1 of 1) sorted by path

/PHP-7.3/main/streams/
H A Dstreams.c1011 to_read_now; in php_stream_get_record() local
1013 to_read_now = MIN(maxlen - buffered_len, stream->chunk_size); in php_stream_get_record()
1015 php_stream_fill_read_buffer(stream, buffered_len + to_read_now); in php_stream_get_record()

Completed in 13 milliseconds