Home
last modified time | relevance | path

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

/PHP-7.3/ext/phar/
H A Dutil.c64 phar_entry_info *link_entry; in phar_get_link_source() local
72 …if (NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), entry->link, strlen(ent… in phar_get_link_source()
73 NULL != (link_entry = zend_hash_str_find_ptr(&(entry->phar->manifest), link, strlen(link)))) { in phar_get_link_source()
77 return phar_get_link_source(link_entry); in phar_get_link_source()
91 phar_entry_info *link_entry = phar_get_link_source(entry); in phar_get_efp() local
93 if (link_entry && link_entry != entry) { in phar_get_efp()
94 return phar_get_efp(link_entry, 1); in phar_get_efp()
696 phar_entry_info *link_entry = phar_get_link_source(entry); in phar_open_entry_fp() local
697 if (link_entry && link_entry != entry) { in phar_open_entry_fp()
698 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp()

Completed in 9 milliseconds