Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dfopen_wrappers.c145 char resolved_name[MAXPATHLEN]; local
168 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) {
172 path_len = strlen(resolved_name);
173 memcpy(path_tmp, resolved_name, path_len + 1); /* safe */
175 while (VCWD_REALPATH(path_tmp, resolved_name) == NULL) {
246 resolved_name_len = strlen(resolved_name);
249 resolved_name[resolved_name_len] = PHP_DIR_SEPARATOR;
250 resolved_name[++resolved_name_len] = '\0';
350 char resolved_name[MAXPATHLEN]; local
368 if (strncasecmp(ptr, resolved_name, strlen(ptr)) == 0)
[all …]

Completed in 5 milliseconds