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.c2547 uint32_t newcrc32; in phar_flush_ex() local
2764 newcrc32 = php_crc32_bulk_init(); in phar_flush_ex()
2765 php_crc32_stream_bulk_update(&newcrc32, file, entry->uncompressed_filesize); in phar_flush_ex()
2766 entry->crc32 = php_crc32_bulk_end(newcrc32); in phar_flush_ex()

Completed in 13 milliseconds