Home
last modified time | relevance | path

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

/php-src/ext/phar/
H A Dutil.c63 phar_entry_info *phar_get_link_source(phar_entry_info *entry) /* {{{ */ in phar_get_link_source() function
78 return phar_get_link_source(link_entry); in phar_get_link_source()
100 phar_entry_info *link_entry = phar_get_link_source(entry); in phar_get_efp()
151 t = phar_get_link_source(entry); in phar_seek_efp()
439 link = phar_get_link_source(entry); in phar_separate_entry_fp()
612 phar_entry_info *link = phar_get_link_source(entry); in phar_get_entry_data()
797 link = phar_get_link_source(source); in phar_copy_entry_fp()
852 phar_entry_info *link_entry = phar_get_link_source(entry); in phar_open_entry_fp()
H A Dphar_internal.h442 phar_entry_info *phar_get_link_source(phar_entry_info *entry);
H A Dstream.c377 entry = phar_get_link_source(data->internal_file); in phar_stream_read()
409 entry = phar_get_link_source(data->internal_file); in phar_stream_seek()
H A Dphar_object.c1954 link = phar_get_link_source(entry); in phar_copy_file_contents()
4848 link = phar_get_link_source(entry_obj->entry); in PHP_METHOD()

Completed in 39 milliseconds