Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c876 uint32_t newcrc32; in phar_zip_changed_apply_int() local
969 newcrc32 = php_crc32_bulk_init(); in phar_zip_changed_apply_int()
971 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
973 entry->crc32 = php_crc32_bulk_end(newcrc32); in phar_zip_changed_apply_int()
H A Dphar.c2546 uint32_t newcrc32; in phar_flush_ex() local
2763 newcrc32 = php_crc32_bulk_init(); in phar_flush_ex()
2764 php_crc32_stream_bulk_update(&newcrc32, file, entry->uncompressed_filesize); in phar_flush_ex()
2765 entry->crc32 = php_crc32_bulk_end(newcrc32); in phar_flush_ex()

Completed in 21 milliseconds