Home
last modified time | relevance | path

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

/PHP-8.4/main/streams/
H A Dstreams.c1479 size_t bcount = 0; in _php_stream_passthru() local
1492 if (0 < (b = PHPWRITE(p + bcount, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1493 bcount += b; in _php_stream_passthru()
1495 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1499 return bcount; in _php_stream_passthru()
1505 bcount += b; in _php_stream_passthru()
1508 if (b < 0 && bcount == 0) { in _php_stream_passthru()
1512 return bcount; in _php_stream_passthru()

Completed in 14 milliseconds