Home
last modified time | relevance | path

Searched refs:phar_get_entry_info_dir (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/phar/
H A Ddirstream.c465 …if ((e = phar_get_entry_info_dir(phar, resource->path + 1, strlen(resource->path + 1), 2, &error, … in phar_wrapper_mkdir()
483 if (phar_get_entry_info_dir(phar, resource->path + 1, strlen(resource->path + 1), 0, &error, 1)) { in phar_wrapper_mkdir()
602 if (!(entry = phar_get_entry_info_dir(phar, resource->path + 1, path_len, 2, &error, 1))) { in phar_wrapper_rmdir()
H A Dphar_internal.h604 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di…
H A Dutil.c390 …if ((entry = phar_get_entry_info_dir(phar, path, path_len, allow_dir, for_create && !PHAR_G(readon… in phar_get_entry_data()
1211 return phar_get_entry_info_dir(phar, path, path_len, 0, error, security); in phar_get_entry_info()
1219 phar_entry_info *phar_get_entry_info_dir(phar_archive_data *phar, char *path, int path_len, char di… in phar_get_entry_info_dir() function
H A Dphar_object.c3628 if (!(entry = phar_get_entry_info_dir(phar_obj->archive, fname, (int)fname_len, 1, &error, 0))) { in PHP_METHOD()
4537 if ((entry_info = phar_get_entry_info_dir(phar_data, entry, entry_len, 1, &error, 1)) == NULL) { in PHP_METHOD()

Completed in 29 milliseconds