Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dutil.c70 phar_entry_info *link_entry; in phar_get_link_source() local
78 …zend_hash_find(&(entry->phar->manifest), entry->link, strlen(entry->link), (void **)&link_entry) || in phar_get_link_source()
79 SUCCESS == zend_hash_find(&(entry->phar->manifest), link, strlen(link), (void **)&link_entry)) { in phar_get_link_source()
83 return phar_get_link_source(link_entry TSRMLS_CC); in phar_get_link_source()
97 phar_entry_info *link_entry = phar_get_link_source(entry TSRMLS_CC); in phar_get_efp() local
99 if (link_entry && link_entry != entry) { in phar_get_efp()
100 return phar_get_efp(link_entry, 1 TSRMLS_CC); in phar_get_efp()
928 phar_entry_info *link_entry = phar_get_link_source(entry TSRMLS_CC); in phar_open_entry_fp() local
929 if (link_entry && link_entry != entry) { in phar_open_entry_fp()
930 return phar_open_entry_fp(link_entry, error, 1 TSRMLS_CC); in phar_open_entry_fp()

Completed in 8 milliseconds