Searched refs:COMPRESS_BZIP (Results 1 – 4 of 4) sorted by relevance
17 const COMPRESS_BZIP = 3; define in VerboseTar43 } elseif($this->comptype === self::COMPRESS_BZIP) {225 } elseif($this->comptype === self::COMPRESS_BZIP) {331 } elseif($this->comptype === self::COMPRESS_BZIP) {356 if($comptype === self::COMPRESS_BZIP) return bzcompress($this->memory);388 } elseif($this->comptype === self::COMPRESS_BZIP) {408 } elseif($this->comptype === self::COMPRESS_BZIP) {427 } elseif($this->comptype === self::COMPRESS_BZIP) {569 if($comptype === self::COMPRESS_BZIP && !function_exists('bzopen')) {587 $comptype = self::COMPRESS_BZIP;
69 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {277 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {419 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {450 if ($this->comptype === Archive::COMPRESS_BZIP) {487 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {510 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {532 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {724 if ($comptype === Archive::COMPRESS_BZIP && !function_exists('bzopen')) {748 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;757 return Archive::COMPRESS_BZIP;
11 const COMPRESS_BZIP = 2; define in splitbrain\\PHPArchive\\Archive
55 $tar->setCompression(9, Archive::COMPRESS_BZIP);