Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrc32.h32 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr);
H A Dcrc32.c131 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr) in php_crc32_stream_bulk_update() function
/php-src/ext/phar/
H A Dphar.c2444 …zend_result ret = php_crc32_stream_bulk_update(&crc, fp, idata->internal_file->uncompressed_filesi… in phar_postprocess_file()
2764 php_crc32_stream_bulk_update(&newcrc32, file, entry->uncompressed_filesize); in phar_flush_ex()
H A Dzip.c971 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()

Completed in 19 milliseconds