Searched refs:php_crc32_stream_bulk_update (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/standard/ |
H A D | crc32.h | 32 PHPAPI zend_result php_crc32_stream_bulk_update(uint32_t *crc, php_stream *fp, size_t nr);
|
H A D | crc32.c | 131 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 D | phar.c | 2444 …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 D | zip.c | 971 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
|
Completed in 19 milliseconds