use_realpath      776 Zend/zend_virtual_cwd.c static int tsrm_realpath_r(char *path, int start, int len, int *ll, time_t *t, int use_realpath, int is_dir, int *link_is_dir) /* {{{ */
use_realpath      819 Zend/zend_virtual_cwd.c 			j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL);
use_realpath      854 Zend/zend_virtual_cwd.c 		save = (use_realpath != CWD_EXPAND);
use_realpath      877 Zend/zend_virtual_cwd.c 			if (use_realpath == CWD_REALPATH) {
use_realpath     1050 Zend/zend_virtual_cwd.c 				j  = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory);
use_realpath     1077 Zend/zend_virtual_cwd.c 			if (use_realpath == CWD_REALPATH) {
use_realpath     1096 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory);
use_realpath     1109 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory);
use_realpath     1135 Zend/zend_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL);
use_realpath     1178 Zend/zend_virtual_cwd.c CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath) /* {{{ */
use_realpath     1313 Zend/zend_virtual_cwd.c 	add_slash = (use_realpath != CWD_REALPATH) && path_length > 0 && IS_SLASH(resolved_path[path_length-1]);
use_realpath     1315 Zend/zend_virtual_cwd.c 	path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL);
use_realpath      206 Zend/zend_virtual_cwd.h CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func verify_path, int use_realpath);
use_realpath       31 main/fopen_wrappers.h PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath);