Lines Matching refs:crc
373 $crc = hexdec(hash_final($crc_context));
376 $crc,
387 $crc,
418 $crc = crc32($data);
431 $crc,
449 $crc,
900 * @param int $crc CRC32 checksum of the uncompressed data
907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) argument
927 $header .= pack('V', $crc); // crc-32
947 * @param int $crc CRC32 checksum of the uncompressed data
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null) argument
973 $header .= pack('V', $crc); // crc-32
987 * @param int $crc CRC32 checksum of the uncompressed data
992 protected function makeCrcAndSize($crc, $len, $clen) { argument
993 $header = pack('V', $crc); // crc-32