Searched refs:resolved_name (Results 1 – 2 of 2) sorted by relevance
144 char resolved_name[MAXPATHLEN]; local167 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {171 path_len = strlen(resolved_name);172 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */174 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {245 resolved_name_len = strlen(resolved_name);247 if (resolved_name[resolved_name_len - 1] != PHP_DIR_SEPARATOR) {248 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;249 resolved_name[++resolved_name_len] = '\0';260 resolved_name[resolved_basedir_len - 1] != PHP_DIR_SEPARATOR) {[all …]
150 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path() local152 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) { in phpdbg_resolve_path()156 return estrdup(resolved_name); in phpdbg_resolve_path()
Completed in 14 milliseconds