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.php26 public $compressed_data; variable in SimplePie\\Gzdecode
157 $this->compressed_data = $data;
172 if (substr($this->compressed_data, 0, 3) !== "\x1F\x8B\x08") {
177 $this->flags = ord($this->compressed_data[3]);
188 $mtime = substr($this->compressed_data, $this->position, 4);
197 $this->XFL = ord($this->compressed_data[$this->position++]);
200 $this->OS = ord($this->compressed_data[$this->position++]);
205 $this->SI1 = $this->compressed_data[$this->position++];
206 $this->SI2 = $this->compressed_data[$this->position++];
214 … $len = current((array) unpack('v', substr($this->compressed_data, $this->position, 2)));
[all …]