Lines Matching defs:complevel
26 protected $complevel = 9;
45 $this->complevel = $level;
331 (bool) $this->complevel
337 $deflate_context = deflate_init(ZLIB_ENCODING_DEFLATE, ['level' => $this->complevel]);
344 if ($this->complevel) {
374 $csize = $this->complevel ? $csize : $size;
391 (bool) $this->complevel
419 if ($this->complevel) {
420 $data = gzcompress($data, $this->complevel);
435 (bool) $this->complevel
453 (bool) $this->complevel