Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php63 public $compressed_data; variable in SimplePie\\Gzdecode
194 $this->compressed_data = $data;
209 if (substr($this->compressed_data, 0, 3) !== "\x1F\x8B\x08") {
214 $this->flags = ord($this->compressed_data[3]);
225 $mtime = substr($this->compressed_data, $this->position, 4);
234 $this->XFL = ord($this->compressed_data[$this->position++]);
237 $this->OS = ord($this->compressed_data[$this->position++]);
242 $this->SI1 = $this->compressed_data[$this->position++];
243 $this->SI2 = $this->compressed_data[$this->position++];
251 $len = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
[all …]