link_entry 66 ext/phar/util.c phar_entry_info *link_entry; link_entry 74 ext/phar/util.c if (NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->link, strlen(entry->link))) || link_entry 75 ext/phar/util.c NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), link, strlen(link)))) { link_entry 79 ext/phar/util.c return phar_get_link_source(link_entry); link_entry 93 ext/phar/util.c phar_entry_info *link_entry = phar_get_link_source(entry); 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); link_entry 705 ext/phar/util.c phar_entry_info *link_entry = phar_get_link_source(entry); link_entry 706 ext/phar/util.c if (link_entry && link_entry != entry) { link_entry 707 ext/phar/util.c return phar_open_entry_fp(link_entry, error, 1);