Searched refs:normlength (Results 1 – 1 of 1) sorted by relevance
/plugin/zip/pear/File/Archive/Writer/ |
H A D | Zip.php | 125 $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,
|