Home
last modified time | relevance | path

Searched refs:skip (Results 251 – 260 of 260) sorted by path

1...<<11

/plugin/zip/pear/File/Archive/Reader/
H A DAr.php121 $this->source->skip(
217 function skip($length = -1) function in File_Archive_Reader_Ar
228 $skipped = $this->source->skip($length);
341 $this->skip($length);
H A DBzip2.php161 $this->skip($before - $length);
222 $this->skip($length);
H A DCache.php163 function skip($length = -1) function in File_Archive_Reader_Cache
H A DConcat.php138 function skip($length = -1) function in File_Archive_Reader_Concat
142 $sourceSkipped = $this->source->skip($length);
H A DFile.php210 function skip($length = -1) function in File_Archive_Reader_File
220 return parent::skip($length);
H A DGzip.php146 function skip($length = -1) function in File_Archive_Reader_Gzip
156 return parent::skip($length);
243 $this->skip($length);
H A DMemory.php140 function skip($length = -1) function in File_Archive_Reader_Memory
H A DRelay.php80 function skip($length = -1) { return $this->source->skip($length); } function in File_Archive_Reader_Relay
H A DTar.php72 function skip($length = -1) function in File_Archive_Reader_Tar
79 $skipped = $this->source->skip($length);
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
309 $this->skip($length);
H A DZip.php91 $error = $this->source->skip($toSkip);
161 $error = $this->source->skip($this->header['Extra']);
227 function skip($length = -1) function in File_Archive_Reader_Zip
423 $nbSkipped = $this->source->skip();
459 $this->source->skip(12);
475 $this->source->skip(12);
487 $nbSkipped += $this->source->skip(14 + $header['FileLength'] + $header['ExtraLength']);

1...<<11