tsrm_realpath     220 TSRM/tsrm_win32.c 			if(tsrm_realpath(pathname, real_path) == NULL) {
tsrm_realpath     289 TSRM/tsrm_win32.c 				if(tsrm_realpath(pathname, real_path) != NULL) {
tsrm_realpath     208 Zend/zend_virtual_cwd.h CWD_API char *tsrm_realpath(const char *path, char *real_path);
tsrm_realpath     320 Zend/zend_virtual_cwd.h #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
tsrm_realpath     497 main/fopen_wrappers.c 			if (tsrm_realpath(actual_path, resolved_path)) {
tsrm_realpath     510 main/fopen_wrappers.c 		if (tsrm_realpath(filename, resolved_path)) {
tsrm_realpath     567 main/fopen_wrappers.c 		if (tsrm_realpath(actual_path, resolved_path)) {
tsrm_realpath     604 main/fopen_wrappers.c 			if (tsrm_realpath(actual_path, resolved_path)) {
tsrm_realpath     760 sapi/cgi/cgi_main.c 			real_path = tsrm_realpath(path, NULL);
tsrm_realpath    1218 sapi/cgi/cgi_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
tsrm_realpath     696 sapi/fpm/fpm/fpm_main.c 			real_path = tsrm_realpath(path, NULL);
tsrm_realpath    1176 sapi/fpm/fpm/fpm_main.c 				(real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)