Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A DMakefile.frag1 $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
2 @(cd $(top_srcdir); $(RE2C) -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…
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 Dphar_internal.h711 phar_path_check_result phar_path_check(char **p, int *len, const char **error);
H A Dutil.c182 if (phar_path_check(&path, &path_len, &err) > pcr_is_ok) { in phar_mount_entry()
761 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data()
1498 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir()
H A Dphar_object.c2149 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) {
3550 if (phar_path_check(&newfile, &newfile_len, &pcr_error) > pcr_is_ok) {

Completed in 37 milliseconds