Home
last modified time | relevance | path

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

/PHP-7.4/ext/phar/
H A Dutil.c86 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ in phar_get_efp() function
92 return phar_get_efp(link_entry, 1); in phar_get_efp()
118 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp()
483 (*ret)->fp = phar_get_efp(entry, 1); in phar_get_entry_data()
669 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), dest->fp, link->uncompressed_fi… in phar_copy_entry_fp()
878 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_separate_entry_fp()
H A Dphar_internal.h550 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links);
H A Dphar_object.c182 fp = phar_get_efp(info, 1); in phar_file_action()
193 fp = phar_get_efp(info, 1); in phar_file_action()
1990 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_copy_file_contents()
4279 …type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_get_efp(entry, 0)) { in phar_extract_file()
4299 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesi… in phar_extract_file()
4906 if (!(fp = phar_get_efp(link, 0))) { in PHP_METHOD()
H A Dzip.c921 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int()
1088 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), p->filefp, entry->uncompressed… in phar_zip_changed_apply_int()
H A Dphar.c2749 if (!phar_get_efp(entry, 0)) { in phar_flush()
2760 file = phar_get_efp(entry, 0); in phar_flush()
3024 file = phar_get_efp(entry, 0); in phar_flush()
H A Dtar.c829 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp->new, entry->uncompressed_f… in phar_tar_writeheaders_int()

Completed in 48 milliseconds