Home
last modified time | relevance | path

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

/PHP-5.4/main/streams/
H A Dstreams.c1397 size_t bcount = 0; in _php_stream_passthru() local
1410 if (0 < (b = PHPWRITE(p, MIN(mapped - bcount, INT_MAX)))) { in _php_stream_passthru()
1411 bcount += b; in _php_stream_passthru()
1413 } while (b > 0 && mapped > bcount); in _php_stream_passthru()
1417 return bcount; in _php_stream_passthru()
1423 bcount += b; in _php_stream_passthru()
1426 return bcount; in _php_stream_passthru()

Completed in 12 milliseconds