Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Dutil.c94 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()
718 (*ret)->fp = phar_get_efp(entry, 1 TSRMLS_CC); in phar_get_entry_data()
904 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), dest->fp, link->uncompr… in phar_copy_entry_fp()
1148 …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.h660 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links TSRMLS_DC);
H A Dphar_object.c211 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
222 fp = phar_get_efp(info, 1 TSRMLS_CC); in phar_file_action()
2070 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(link, 0 TSRMLS_CC), fp, link->uncompressed_…
4287 if (!phar_get_efp(entry, 0 TSRMLS_CC)) {
4307 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp, entry->uncompresse…
4919 if (!(fp = phar_get_efp(link, 0 TSRMLS_CC))) {
H A Dzip.c869 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 Dphar.c2821 if (!phar_get_efp(entry, 0 TSRMLS_CC)) {
2832 file = phar_get_efp(entry, 0 TSRMLS_CC);
3082 file = phar_get_efp(entry, 0 TSRMLS_CC);
H A Dtar.c786 …if (SUCCESS != phar_stream_copy_to_stream(phar_get_efp(entry, 0 TSRMLS_CC), fp->new, entry->uncomp… in phar_tar_writeheaders()

Completed in 48 milliseconds