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;
65 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {247 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {375 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {406 if ($this->comptype === Archive::COMPRESS_BZIP) {443 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {464 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {486 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {677 if ($comptype === Archive::COMPRESS_BZIP && !function_exists('bzopen')) {701 if(strpos($magic, "\x42\x5a") === 0) return Archive::COMPRESS_BZIP;710 return Archive::COMPRESS_BZIP;[all...]
11 const COMPRESS_BZIP = 2; define in splitbrain\\PHPArchive\\Archive
55 $tar->setCompression(9, Archive::COMPRESS_BZIP);