Searched refs:follow_links (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/phar/ |
H A D | phar_internal.h | 438 …_efp(phar_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links); 439 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links); 441 zend_result phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
H A D | util.c | 96 php_stream *phar_get_efp(phar_entry_info *entry, int follow_links) /* {{{ */ in phar_get_efp() argument 98 if (follow_links && entry->link) { in phar_get_efp() 139 …_entry_info *entry, zend_off_t offset, int whence, zend_off_t position, int follow_links) /* {{{ */ in phar_seek_efp() argument 141 php_stream *fp = phar_get_efp(entry, follow_links); in phar_seek_efp() 148 if (follow_links) { in phar_seek_efp() 841 zend_result phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() argument 850 if (follow_links && entry->link) { in phar_open_entry_fp()
|
Completed in 16 milliseconds