Home
last modified time | relevance | path

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

/PHP-5.6/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 …]
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_utils.c150 char resolved_name[MAXPATHLEN]; in phpdbg_resolve_path() local
152 if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL) { in phpdbg_resolve_path()
156 return estrdup(resolved_name); in phpdbg_resolve_path()

Completed in 8 milliseconds