Searched refs:php_crc32_stream_bulk_update (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/standard/ |
H A D | crc32.h | 32 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr);
|
H A D | crc32.c | 115 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update() function
|
/PHP-8.1/ext/phar/ |
H A D | phar.c | 2454 ret = php_crc32_stream_bulk_update(&crc, fp, len); in phar_postprocess_file() 2809 php_crc32_stream_bulk_update(&newcrc32, file, entry->uncompressed_filesize); in phar_flush()
|
H A D | zip.c | 918 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
|
Completed in 26 milliseconds