Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dzip.c828 uint32_t newcrc32; in phar_zip_changed_apply_int() local
922 newcrc32 = ~0; in phar_zip_changed_apply_int()
925 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()
928 entry->crc32 = ~newcrc32; in phar_zip_changed_apply_int()
H A Dphar.c2513 uint32_t newcrc32; in phar_flush() local
2771 newcrc32 = ~0; in phar_flush()
2774 CRC32(newcrc32, php_stream_getc(file)); in phar_flush()
2776 entry->crc32 = ~newcrc32; in phar_flush()

Completed in 18 milliseconds