Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dzip.c938 php_stream *efp; in phar_zip_changed_apply_int() local
966 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int()
969 php_crc32_stream_bulk_update(&newcrc32, efp, entry->uncompressed_filesize); in phar_zip_changed_apply_int()
1004 php_stream_flush(efp); in phar_zip_changed_apply_int()
1013 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()

Completed in 7 milliseconds