Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php40 var $nbRead = 0; variable in File_Archive_Reader_Gzip
57 $this->nbRead = 0;
74 $this->nbRead++;
76 if ($this->nbRead > 1) {
219 if ($this->nbRead == 0) {
H A DBzip2.php40 var $nbRead = 0; variable in File_Archive_Reader_Bzip2
57 $this->nbRead = 0;
71 $this->nbRead++;
72 if ($this->nbRead > 1) {
197 if ($this->nbRead == 0) {