Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dphar.c2582 php_uint32 newcrc32; local
2844 newcrc32 = ~0;
2847 CRC32(newcrc32, php_stream_getc(file));
2849 entry->crc32 = ~newcrc32;
H A Dzip.c773 php_uint32 newcrc32; in phar_zip_changed_apply() local
862 newcrc32 = ~0; in phar_zip_changed_apply()
865 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply()
868 entry->crc32 = ~newcrc32; in phar_zip_changed_apply()

Completed in 21 milliseconds