Home
last modified time | relevance | path

Searched refs:use_realpath (Results 1 – 3 of 3) sorted by last modified time

/PHP-5.4/TSRM/
H A Dtsrm_virtual_cwd.c793 j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL TSRMLS_CC); in tsrm_realpath_r()
828 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
851 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
1023 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); in tsrm_realpath_r()
1050 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
1069 j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); in tsrm_realpath_r()
1082 j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC); in tsrm_realpath_r()
1108 …j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL TSRMLS_CC… in tsrm_realpath_r()
1151 …cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath TSRMLS_DC) /* {… in virtual_file_ex()
1290 …add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_lengt… in virtual_file_ex()
[all …]
H A Dtsrm_virtual_cwd.h204 …e_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath TSRMLS_DC);
/PHP-5.4/
H A DUPGRADING.INTERNALS30 verify_path_func verify_path, int use_realpath TSRLS_DC);

Completed in 28 milliseconds