Searched refs:tellPos (Results 1 – 3 of 3) sorted by relevance
25 private $tellPos = 0; variable in GuzzleHttp\\Stream\\PumpStream63 $this->tellPos = false;79 return $this->tellPos;116 $this->tellPos += $readLen;122 $this->tellPos += strlen($data) - $readLen;
28 private $tellPos = 0; variable in GuzzleHttp\\Psr7\\PumpStream70 $this->tellPos = false;83 return $this->tellPos;125 $this->tellPos += $readLen;131 $this->tellPos += strlen($data) - $readLen;
28 private $tellPos = 0; variable in GuzzleHttp\\Psr7\\PumpStream75 $this->tellPos = 0;88 return $this->tellPos;130 $this->tellPos += $readLen;136 $this->tellPos += strlen($data) - $readLen;