Home
last modified time | relevance | path

Searched refs:php_crc32_stream_bulk_update (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/standard/
H A Dcrc32.h32 PHPAPI int php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr);
H A Dcrc32.c132 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.3/ext/phar/
H A Dphar.c2451 ret = php_crc32_stream_bulk_update(&crc, fp, len); in phar_postprocess_file()
2801 php_crc32_stream_bulk_update(&newcrc32, file, entry->uncompressed_filesize); in phar_flush()
H A Dzip.c940 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()

Completed in 22 milliseconds