Searched refs:phar_get_efp (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/phar/ |
H A D | util.c | 96 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ in phar_get_efp() function 102 return phar_get_efp(link_entry, 1); in phar_get_efp() 141 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() 444 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_separate_entry_fp() 609 (*ret)->fp = phar_get_efp(entry, 1); in phar_get_entry_data() 802 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), dest->fp, link->uncompressed_fi… in phar_copy_entry_fp()
|
H A D | phar_internal.h | 439 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links);
|
H A D | phar_object.c | 191 fp = phar_get_efp(info, 1); in phar_file_action() 202 fp = phar_get_efp(info, 1); in phar_file_action() 1960 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(link, 0), fp, link->uncompressed_filesize… in phar_copy_file_contents() 4270 …type(entry) == PHAR_FP && (entry->flags & PHAR_ENT_COMPRESSION_MASK)) || !phar_get_efp(entry, 0)) { in phar_extract_file() 4290 …if (SUCCESS != php_stream_copy_to_stream_ex(phar_get_efp(entry, 0), fp, entry->uncompressed_filesi… in phar_extract_file() 4864 if (!(fp = phar_get_efp(link, 0))) { in PHP_METHOD()
|
H A D | zip.c | 968 efp = phar_get_efp(entry, 0); in phar_zip_changed_apply_int() 1125 …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 | 2741 if (!phar_get_efp(entry, 0)) { in phar_flush_ex() 2752 file = phar_get_efp(entry, 0); in phar_flush_ex() 3015 file = phar_get_efp(entry, 0); in phar_flush_ex()
|
H A D | tar.c | 826 …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 39 milliseconds