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.c62 phar_entry_info *phar_get_link_source(phar_entry_info *entry) /* {{{ */ in phar_get_link_source() function
77 return phar_get_link_source(link_entry); in phar_get_link_source()
99 phar_entry_info *link_entry = phar_get_link_source(entry); in phar_get_efp()
150 t = phar_get_link_source(entry); in phar_seek_efp()
438 link = phar_get_link_source(entry); in phar_separate_entry_fp()
611 phar_entry_info *link = phar_get_link_source(entry); in phar_get_entry_data()
796 link = phar_get_link_source(source); in phar_copy_entry_fp()
851 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()
4851 link = phar_get_link_source(entry_obj->entry); in PHP_METHOD()

Completed in 25 milliseconds