Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DPumpStreamTest.php6 use GuzzleHttp\Stream\PumpStream; alias
14 $p = new PumpStream(function () {}, [
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php71 return new PumpStream($resource, $options);
75 return new PumpStream(function () use ($resource) {
H A DPumpStream.php9 * When invoking the provided callable, the PumpStream will pass the amount of
13 * the read() function of the PumpStream. The provided callable MUST return
16 class PumpStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php332 return new PumpStream(function () use ($resource) {
349 return new PumpStream($resource, $options);
H A DPumpStream.php19 class PumpStream implements StreamInterface class
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md213 ## PumpStream section in Stream implementation
215 `GuzzleHttp\Psr7\PumpStream`
219 When invoking the provided callable, the PumpStream will pass the amount of
223 the read() function of the PumpStream. The provided callable MUST return