Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dutil.c90 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ in phar_get_efp() function
96 return phar_get_efp(link_entry, 1 TSRMLS_CC); in phar_get_efp()
122 php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); in phar_seek_efp()
495 (*ret)->fp = phar_get_efp(entry, 1 TSRMLS_CC); in phar_get_entry_data()
681 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), dest->fp, link->uncompr… in phar_copy_entry_fp()
890 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_… in phar_separate_entry_fp()
H A Dphar_internal.h609 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
H A Dphar_object.c212 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
223 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
2001 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_… in phar_copy_file_contents()
4257 if (!phar_get_efp(entry, 0 TSRMLS_CC)) { in phar_extract_file()
4277 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp, entry->uncompresse… in phar_extract_file()
4879 if (!(fp = phar_get_efp(link, 0 TSRMLS_CC))) { in PHP_METHOD()
H A Dzip.c861 efp = phar_get_efp(entry, 0 TSRMLS_CC); in phar_zip_changed_apply()
1029 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), p->filefp, entry->unco… in phar_zip_changed_apply()
H A Dphar.c2822 if (!phar_get_efp(entry, 0 TSRMLS_CC)) {
2833 file = phar_get_efp(entry, 0 TSRMLS_CC);
3105 file = phar_get_efp(entry, 0 TSRMLS_CC);
H A Dtar.c806 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncomp… in phar_tar_writeheaders()

Completed in 46 milliseconds