Home
last modified time | relevance | path

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

/PHP-7.3/ext/phar/
H A Dphar_internal.h554 …_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links);
555 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links);
557 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
H A Dutil.c88 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ in phar_get_efp() argument
90 if (follow_links && entry->link) { in phar_get_efp()
118 …_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links) /* {{{ */ in phar_seek_efp() argument
120 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp()
127 if (follow_links) { in phar_seek_efp()
686 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() argument
695 if (follow_links && entry->link) { in phar_open_entry_fp()

Completed in 11 milliseconds