Home
last modified time | relevance | path

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

/PHP-8.0/ext/phar/
H A Dzip.c822 uint32_t newcrc32; in phar_zip_changed_apply_int() local
916 newcrc32 = ~0; in phar_zip_changed_apply_int()
919 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()
922 entry->crc32 = ~newcrc32; in phar_zip_changed_apply_int()
H A Dphar.c2564 uint32_t newcrc32; in phar_flush() local
2819 newcrc32 = ~0; in phar_flush()
2822 CRC32(newcrc32, php_stream_getc(file)); in phar_flush()
2824 entry->crc32 = ~newcrc32; in phar_flush()

Completed in 19 milliseconds