Searched refs:efp (Results 1 – 1 of 1) sorted by relevance
887 php_stream *efp; in phar_zip_changed_apply_int() local915 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int()919 CRC32(newcrc32, php_stream_getc(efp)); in phar_zip_changed_apply_int()955 php_stream_flush(efp); in phar_zip_changed_apply_int()964 …if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) { in phar_zip_changed_apply_int()
Completed in 9 milliseconds