Home
last modified time | relevance | path

Searched refs:pcr_error (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/phar/
H A Dutil.c524 const char *pcr_error; in phar_get_or_create_entry_data() local
543 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_or_create_entry_data()
545 spprintf(error, 0, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_or_create_entry_data()
1226 const char *pcr_error; in phar_get_entry_info_dir() local
1254 if (phar_path_check(&path, &path_len, &pcr_error) > pcr_is_ok) { in phar_get_entry_info_dir()
1256 spprintf(error, 4096, "phar error: invalid path \"%s\" contains %s", path, pcr_error); in phar_get_entry_info_dir()
H A Dphar_object.c2030 const char *pcr_error; in phar_rename_archive() local
2082 } else if (phar_path_check(&ext, &ext_len, &pcr_error) > pcr_is_ok) { in phar_rename_archive()
3437 const char *pcr_error; in PHP_METHOD() local
3481 if (phar_path_check(&newfile, &newfile_len, &pcr_error) > pcr_is_ok) { in PHP_METHOD()
3483 …valid characters %s, cannot be copied from \"%s\" in phar %s", newfile, pcr_error, oldfile, phar_o… in PHP_METHOD()

Completed in 18 milliseconds