Home
last modified time | relevance | path

Searched refs:phar_path_check (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/ext/phar/
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
2 …p_srcdir); $(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.…
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…
H A Dphar_path_check.re23 phar_path_check_result phar_path_check(char **s, 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_internal.h635 phar_path_check_result phar_path_check(char **p, int *len, const char **error);
H A Dutil.c177 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
543 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data()
1254 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir()
H A Dphar_object.c2082 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive()
3481 if (phar_path_check(&newfile, &newfile_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD()

Completed in 30 milliseconds