Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c1392 size_t bcount = 0; in _php_stream_passthru() local
1405 if (0 < (b = PHPWRITE(p, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1406 bcount += b; in _php_stream_passthru()
1408 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1412 return bcount; in _php_stream_passthru()
1418 bcount += b; in _php_stream_passthru()
1421 return bcount; in _php_stream_passthru()

Completed in 9 milliseconds