Home
last modified time | relevance | path

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

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php25 private $tellPos = 0; variable in GuzzleHttp\\Stream\\PumpStream
63 $this->tellPos = false;
79 return $this->tellPos;
116 $this->tellPos += $readLen;
122 $this->tellPos += strlen($data) - $readLen;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php28 private $tellPos = 0; variable in GuzzleHttp\\Psr7\\PumpStream
70 $this->tellPos = false;
83 return $this->tellPos;
125 $this->tellPos += $readLen;
131 $this->tellPos += strlen($data) - $readLen;