/dports/lang/php73/php-7.3.33/ext/phar/ |
H A D | util.c | 472 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 646 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 686 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 698 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 860 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 910 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 557 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/archivers/php74-phar/php-7.4.27/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 552 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/archivers/php81-phar/php-8.1.1/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 567 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/archivers/php73-phar/php-7.3.33/ext/phar/ |
H A D | util.c | 472 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 646 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 686 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 698 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 860 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 910 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 557 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/archivers/php80-phar/php-8.0.15/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 569 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
H A D | phar_object.c | 1937 if (FAILURE == phar_open_entry_fp(entry, &error, 1)) { in phar_copy_file_contents() 4243 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_extract_file() 4829 if (SUCCESS != phar_open_entry_fp(link, &error, 0)) { in PHP_METHOD() 4912 if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) { in PHP_METHOD() 4943 if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) { in PHP_METHOD() 5048 if (SUCCESS != phar_open_entry_fp(entry_obj->entry, &error, 1)) { in PHP_METHOD()
|
/dports/www/mod_php81/php-8.1.1/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 567 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/lang/php80/php-8.0.15/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 569 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/lang/php81/php-8.1.1/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 567 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/lang/php74/php-7.4.27/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 552 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/www/mod_php73/php-7.3.33/ext/phar/ |
H A D | util.c | 472 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 646 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 686 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 698 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 860 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 910 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 557 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/www/mod_php74/php-7.4.27/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 552 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|
/dports/www/mod_php80/php-8.0.15/ext/phar/ |
H A D | util.c | 470 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_get_entry_data() 644 if (FAILURE == phar_open_entry_fp(source, error, 1)) { in phar_copy_entry_fp() 684 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links) /* {{{ */ in phar_open_entry_fp() function 696 return phar_open_entry_fp(link_entry, error, 1); in phar_open_entry_fp() 858 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_separate_entry_fp() 908 if (FAILURE == phar_open_entry_fp(entry, error, 1)) { in phar_open_jit()
|
H A D | phar_internal.h | 569 int phar_open_entry_fp(phar_entry_info *entry, char **error, int follow_links);
|