Searched refs:phar_get_efp (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/phar/ |
H A D | util.c | 86 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 D | phar_internal.h | 565 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links);
|
H A D | phar_object.c | 183 fp = phar_get_efp(info, 1); in phar_file_action() 194 fp = phar_get_efp(info, 1); in phar_file_action() 1940 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_copy_file_contents() 4231 …type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_get_efp(entry, 0)) { in phar_extract_file() 4251 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesi… in phar_extract_file() 4825 if (!(fp = phar_get_efp(link, 0))) { in PHP_METHOD()
|
H A D | zip.c | 938 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int() 1095 …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 D | phar.c | 2784 if (!phar_get_efp(entry, 0)) { in phar_flush() 2795 file = phar_get_efp(entry, 0); in phar_flush() 3058 file = phar_get_efp(entry, 0); in phar_flush()
|
H A D | tar.c | 831 …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 60 milliseconds