efp               853 ext/phar/zip.c 		php_stream *efp;
efp               881 ext/phar/zip.c 		efp = phar_get_efp(entry, 0);
efp               885 ext/phar/zip.c 			CRC32(newcrc32, php_stream_getc(efp));
efp               921 ext/phar/zip.c 		php_stream_flush(efp);
efp               930 ext/phar/zip.c 		if (SUCCESS != php_stream_copy_to_stream_ex(efp, entry->cfp, entry->uncompressed_filesize, NULL)) {