Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php373 $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
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php303 $crc = current(unpack('v', substr($this->compressed_data, $this->position, 2)));
306 … if ((crc32(substr($this->compressed_data, 0, $this->position)) & 0xFFFF) === $crc) {
324 $crc = current(unpack('V', substr($this->compressed_data, $this->position, 4)));