Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.h29 …har *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath);
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c546 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r()
583 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
614 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
875 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
900 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
919 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
932 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r()
958 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1014 …le_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath) /* {{{ */ in virtual_file_ex() argument
1143 …add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_lengt… in virtual_file_ex()
[all …]
H A Dzend_virtual_cwd.h198 …irtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath);

Completed in 16 milliseconds