Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
H A DAr.php79 var $_currentStat = null; variable in File_Archive_Reader_Ar
95 $this->_currentStat = null;
108 return $this->_currentStat;
173 $this->_currentStat = array(
245 $length = $this->_currentStat[7] - $this->_nbBytesLeft;
247 $length = min($length, $this->_currentStat[7] - $this->_nbBytesLeft);
265 return $this->_currentStat[7] - $this->_nbBytesLeft;
279 $seek = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0);
327 if ($this->_currentStat === null) {
331 $blockPos = $this->_currentStat[7] - $this->_nbBytesLeft + $seek;
[all …]
/plugin/zip/pear/File/Archive/Writer/
H A DAr.php60 var $_currentStat = array (); variable in File_Archive_Writer_Ar
134 $this->_currentStat[7] = strlen($this->_buffer);
137 … $this->arHeader($this->_currentFilename, $this->_currentStat)
141 … $this->innerWriter->writeData($this->arFooter($this->_currentFilename, $this->_currentStat[7]));
165 $this->_currentStat = $stat;