Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/
H A Dzip.c910 php_stream *efp; in phar_zip_changed_apply_int() local
938 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int()
941 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
976 php_stream_flush(efp); in phar_zip_changed_apply_int()
985 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()

Completed in 8 milliseconds