Home
last modified time | relevance | path

Searched refs:tsrm_realpath (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.h211 CWD_API char *tsrm_realpath(const char *path, char *real_path);
336 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
H A Dzend_virtual_cwd.c1717 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
/php-src/TSRM/
H A Dtsrm_win32.c208 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
278 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c661 real_path = tsrm_realpath(path, NULL); in php_cgi_ini_activate_user_config()
1114 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL) in init_request_info()
/php-src/main/
H A Dfopen_wrappers.c488 char *realpath = tsrm_realpath(path, NULL);
/php-src/sapi/cgi/
H A Dcgi_main.c809 real_path = tsrm_realpath(path, NULL);
1262 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
/php-src/sapi/litespeed/
H A Dlsapi_main.c966 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()

Completed in 29 milliseconds