Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dfopen_wrappers.c144 char resolved_name[MAXPATHLEN]; local
167 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 …]

Completed in 7 milliseconds