Home
last modified time | relevance | path

Searched refs:normlength (Results 1 – 1 of 1) sorted by relevance

/plugin/zip/pear/File/Archive/Writer/
H A DZip.php125 $normlength = $stat[7];
132 $crc32, $complength, $normlength,
147 $normlength = strlen($data);
151 return $this->appendCompressedData($filename, $stat, $data, $crc32, $normlength);
154 function appendCompressedData($filename, $stat, $data, $crc32, $normlength) argument
166 $normlength,
180 $crc32, $complength, $normlength,