Searched refs:use_realpath (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | fopen_wrappers.h | 27 …har *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath);
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.c | 538 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL); in tsrm_realpath_r() 575 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r() 607 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r() 868 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 893 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r() 912 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 925 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory); in tsrm_realpath_r() 951 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r() 1007 …le_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath) /* {{{ */ in virtual_file_ex() argument 1139 …add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_lengt… in virtual_file_ex() [all …]
|
H A D | zend_virtual_cwd.h | 209 …irtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath);
|
Completed in 15 milliseconds