Searched refs:tsrm_realpath (Results 1 – 7 of 7) sorted by relevance
/php-src/Zend/ |
H A D | zend_virtual_cwd.h | 211 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 D | zend_virtual_cwd.c | 1717 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 208 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 D | fpm_main.c | 661 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 D | fopen_wrappers.c | 488 char *realpath = tsrm_realpath(path, NULL);
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 809 real_path = tsrm_realpath(path, NULL); 1262 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 966 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()
|
Completed in 30 milliseconds