Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
H A DAr.php43 var $_nbBytesLeft = 0; variable in File_Archive_Reader_Ar
96 $this->_nbBytesLeft = 0;
122 $this->_nbBytesLeft + ($this->_footer ? 1 : 0)
166 $this->_nbBytesLeft = $size;
195 $length = $this->_nbBytesLeft;
197 $length = min($length, $this->_nbBytesLeft);
202 $this->_nbBytesLeft -= $length;
220 $length = $this->_nbBytesLeft;
222 $length = min($length, $this->_nbBytesLeft);
227 $this->_nbBytesLeft -= $length;
[all …]