Searched refs:COMPRESS_BZIP (Results 1 – 3 of 3) sorted by relevance
11 const COMPRESS_BZIP = 2; define in splitbrain\\PHPArchive\\Archive
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;
55 $tar->setCompression(9, Archive::COMPRESS_BZIP);