tsrm_realpath_r   793 TSRM/tsrm_virtual_cwd.c 			j = tsrm_realpath_r(path, start, i-1, ll, t, use_realpath, 1, NULL TSRMLS_CC);
tsrm_realpath_r  1007 TSRM/tsrm_virtual_cwd.c 					j = tsrm_realpath_r(path, 0, j, ll, t, 0, is_dir, &directory TSRMLS_CC);
tsrm_realpath_r  1023 TSRM/tsrm_virtual_cwd.c 				j  = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
tsrm_realpath_r  1069 TSRM/tsrm_virtual_cwd.c 				j = tsrm_realpath_r(path, 1, j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
tsrm_realpath_r  1082 TSRM/tsrm_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i + j, ll, t, use_realpath, is_dir, &directory TSRMLS_CC);
tsrm_realpath_r  1108 TSRM/tsrm_virtual_cwd.c 				j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL TSRMLS_CC);
tsrm_realpath_r  1292 TSRM/tsrm_virtual_cwd.c 	path_length = tsrm_realpath_r(resolved_path, start, path_length, &ll, &t, use_realpath, 0, NULL TSRMLS_CC);