Lines Matching full:closed
23 protected $closed = true; variable in VerboseTar
50 $this->closed = false;
71 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
75 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…
105 …* The archive is closed afer reading the contents, because rewinding is not possible in bzip2 stre…
116 …if($this->closed || !$this->file) throw new VerboseTarIOException('Can not read from a closed arch…
234 $this->closed = false;
246 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…
288 …if($this->closed) throw new VerboseTarIOException('Archive has been closed, files can no longer be…
319 if($this->closed) return; // we did this already
341 $this->closed = true;