Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt647 crc = update_crc(crc, buffer, length);
651 unsigned long update_crc(unsigned long crc,
668 return update_crc(0L, buf, len);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2510 static void update_crc(struct rar5* rar, const uint8_t* p, size_t to_read) { in update_crc() function
3716 update_crc(rar, d->buf, d->size); in push_data_ready()
3946 update_crc(rar, p, to_read); in do_unstore_file()