tsrm_realpath 206 TSRM/tsrm_virtual_cwd.h CWD_API char *tsrm_realpath(const char *path, char *real_path TSRMLS_DC); tsrm_realpath 318 TSRM/tsrm_virtual_cwd.h #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path TSRMLS_CC) tsrm_realpath 217 TSRM/tsrm_win32.c if(tsrm_realpath(pathname, real_path TSRMLS_CC) == NULL) { tsrm_realpath 287 TSRM/tsrm_win32.c if(tsrm_realpath(pathname, real_path TSRMLS_CC) != NULL) { tsrm_realpath 490 main/fopen_wrappers.c if (tsrm_realpath(actual_path, resolved_path TSRMLS_CC)) { tsrm_realpath 503 main/fopen_wrappers.c if (tsrm_realpath(filename, resolved_path TSRMLS_CC)) { tsrm_realpath 560 main/fopen_wrappers.c if (tsrm_realpath(actual_path, resolved_path TSRMLS_CC)) { tsrm_realpath 597 main/fopen_wrappers.c if (tsrm_realpath(actual_path, resolved_path TSRMLS_CC)) { tsrm_realpath 778 sapi/cgi/cgi_main.c real_path = tsrm_realpath(path, NULL TSRMLS_CC); tsrm_realpath 1235 sapi/cgi/cgi_main.c (real_path = tsrm_realpath(script_path_translated, NULL TSRMLS_CC)) == NULL) tsrm_realpath 718 sapi/fpm/fpm/fpm_main.c real_path = tsrm_realpath(path, NULL TSRMLS_CC); tsrm_realpath 1175 sapi/fpm/fpm/fpm_main.c (real_path = tsrm_realpath(script_path_translated, NULL TSRMLS_CC)) == NULL)