Searched refs:phar_get_efp (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | util.c | 94 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC) /* {{{ */ in phar_get_efp() function 100 return phar_get_efp(link_entry, 1 TSRMLS_CC); in phar_get_efp() 126 php_stream *fp = phar_get_efp(entry, follow_links TSRMLS_CC); in phar_seek_efp() 717 (*ret)->fp = phar_get_efp(entry, 1 TSRMLS_CC); in phar_get_entry_data() 903 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), dest->fp, link->uncompr… in phar_copy_entry_fp() 1147 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_… in phar_separate_entry_fp()
|
H A D | phar_internal.h | 666 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
|
H A D | phar_object.c | 212 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() 2073 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_… 4340 if (!phar_get_efp(entry, 0 TSRMLS_CC)) { 4360 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp, entry->uncompresse… 4972 if (!(fp = phar_get_efp(link, 0 TSRMLS_CC))) {
|
H A D | zip.c | 869 efp = phar_get_efp(entry, 0 TSRMLS_CC); in phar_zip_changed_apply() 1037 …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 D | phar.c | 2819 if (!phar_get_efp(entry, 0 TSRMLS_CC)) { 2830 file = phar_get_efp(entry, 0 TSRMLS_CC); 3102 file = phar_get_efp(entry, 0 TSRMLS_CC);
|
H A D | tar.c | 786 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncomp… in phar_tar_writeheaders()
|
Completed in 51 milliseconds