Searched refs:COMPRESS_NONE (Results 1 – 4 of 4) sorted by relevance
9 const COMPRESS_NONE = 0; define in splitbrain\\PHPArchive\\Archive
46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;47 if($type == Archive::COMPRESS_NONE) $this->complevel = 0;444 $this->comptype = Archive::COMPRESS_NONE;760 return Archive::COMPRESS_NONE;
164 else $compress_type = COMPRESS_NONE;
15 const COMPRESS_NONE = 1; define in VerboseTar589 $comptype = self::COMPRESS_NONE;