Home
last modified time | relevance | path

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

/PHP-7.1/ext/phar/
H A Dzip.c793 uint32_t newcrc32; in phar_zip_changed_apply_int() local
881 newcrc32 = ~0; in phar_zip_changed_apply_int()
884 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()
887 entry->crc32 = ~newcrc32; in phar_zip_changed_apply_int()
H A Dphar.c2504 uint32_t newcrc32; local
2766 newcrc32 = ~0;
2769 CRC32(newcrc32, php_stream_getc(file));
2771 entry->crc32 = ~newcrc32;

Completed in 25 milliseconds