link_entry 66 ext/phar/util.c phar_entry_info *link_entry; link_entry 74 ext/phar/util.c if (SUCCESS == zend_hash_find(&(entry->phar->manifest), entry->link, strlen(entry->link), (void **)&link_entry) || link_entry 75 ext/phar/util.c SUCCESS == zend_hash_find(&(entry->phar->manifest), link, strlen(link), (void **)&link_entry)) { link_entry 79 ext/phar/util.c return phar_get_link_source(link_entry TSRMLS_CC); link_entry 93 ext/phar/util.c phar_entry_info *link_entry = phar_get_link_source(entry TSRMLS_CC); link_entry 95 ext/phar/util.c if (link_entry && link_entry != entry) { link_entry 96 ext/phar/util.c return phar_get_efp(link_entry, 1 TSRMLS_CC); link_entry 706 ext/phar/util.c phar_entry_info *link_entry = phar_get_link_source(entry TSRMLS_CC); link_entry 707 ext/phar/util.c if (link_entry && link_entry != entry) { link_entry 708 ext/phar/util.c return phar_open_entry_fp(link_entry, error, 1 TSRMLS_CC);