Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dutil.c90 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ in phar_get_efp() function
96 return phar_get_efp(link_entry, 1); in phar_get_efp()
122 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp()
494 (*ret)->fp = phar_get_efp(entry, 1); in phar_get_entry_data()
680 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), dest->fp, link->uncompressed_fi… in phar_copy_entry_fp()
889 …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.h572 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links);
H A Dphar_object.c193 fp = phar_get_efp(info, 1); in phar_file_action()
204 fp = phar_get_efp(info, 1); in phar_file_action()
2039 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_copy_file_contents()
4315 if (!phar_get_efp(entry, 0)) { in phar_extract_file()
4335 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesi… in phar_extract_file()
4932 if (!(fp = phar_get_efp(link, 0))) { in PHP_METHOD()
H A Dzip.c881 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int()
1048 …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.c2761 if (!phar_get_efp(entry, 0)) {
2772 file = phar_get_efp(entry, 0);
3045 file = phar_get_efp(entry, 0);
H A Dtar.c805 …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 64 milliseconds