Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dzip.c781 php_uint32 newcrc32; in phar_zip_changed_apply() local
870 newcrc32 = ~0; in phar_zip_changed_apply()
873 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply()
876 entry->crc32 = ~newcrc32; in phar_zip_changed_apply()
H A Dphar.c2582 php_uint32 newcrc32; local
2843 newcrc32 = ~0;
2846 CRC32(newcrc32, php_stream_getc(file));
2848 entry->crc32 = ~newcrc32;

Completed in 25 milliseconds