Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
H A DTar.php67 var $seekToEnd = null; variable in File_Archive_Reader_Tar
119 $this->seekToEnd = null;
141 if ($this->seekToEnd !== null) {
156 $this->seekToEnd = strlen($rawHeader);
273 $seek = $this->seekToEnd;
275 $seek += $this->seekToEnd;
295 if ($this->seekToEnd !== null || $this->currentStat === null) {
345 $innerWriter = $this->source->makeWriterRemoveBlocks(array(), -$this->seekToEnd);
H A DZip.php46 var $seekToEnd = 0; variable in File_Archive_Reader_Zip
59 $this->seekToEnd = 0;
84 if ($this->seekToEnd > 0) {
175 $this->seekToEnd = 4;