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.php64 public $compressed_data; variable in SimplePie\\Gzdecode
102 * @see gzdecode::$compressed_data
195 $this->compressed_data = $data;
210 if (substr($this->compressed_data, 0, 3) !== "\x1F\x8B\x08") {
215 $this->flags = ord($this->compressed_data[3]);
226 $mtime = substr($this->compressed_data, $this->position, 4);
235 $this->XFL = ord($this->compressed_data[$this->position++]);
238 $this->OS = ord($this->compressed_data[$this->position++]);
243 $this->SI1 = $this->compressed_data[$this->position++];
244 $this->SI2 = $this->compressed_data[
[all...]