Searched refs:newcrc32 (Results 1 – 2 of 2) sorted by relevance
876 uint32_t newcrc32; in phar_zip_changed_apply_int() local969 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()
2546 uint32_t newcrc32; in phar_flush_ex() local2763 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 16 milliseconds