Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dstreams.c926 size_t total_copied = 0; in _php_stream_get_line() local
978 buf = bufstart + total_copied; in _php_stream_get_line()
992 total_copied += cpysz; in _php_stream_get_line()
1020 if (total_copied == 0) { in _php_stream_get_line()
1029 *returned_len = total_copied; in _php_stream_get_line()

Completed in 8 milliseconds