Home
last modified time | relevance | path

Searched refs:phar_path_check (Results 1 – 9 of 9) sorted by last modified time

/PHP-7.2/ext/phar/
H A Dphar_object.c2123 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive()
3550 if (phar_path_check(&newfile, &tmp_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD()
H A Dutil.c177 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
535 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data()
1242 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir()
H A Dphar_internal.h608 phar_path_check_result phar_path_check(char **p, int *len, const char **error);
H A Dphar_path_check.c25 phar_path_check_result phar_path_check(char **s, int *len, const char **error) in phar_path_check() function
H A Dphar_path_check.re23 phar_path_check_result phar_path_check(char **s, int *len, const char **error)
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
4 $(RE2C) --no-generation-date -b -o phar_path_check.c phar_path_check.re; \
6 $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re; \
H A DMakefile.frag.w321 ext\phar\phar_path_check.c: ext\phar\phar_path_check.re
3 $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re
H A Dconfig.m48 … zip.c stream.c func_interceptors.c dirstream.c phar.c phar_object.c phar_path_check.c, $ext_share…
H A Dconfig.w3212 …EXTENSION("phar", "dirstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c…

Completed in 44 milliseconds