Searched refs:tsrm_realpath (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.h | 209 CWD_API char *tsrm_realpath(const char *path, char *real_path); 334 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
|
H A D | zend_virtual_cwd.c | 1720 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
|
/PHP-8.3/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-8.3/sapi/fpm/fpm/ |
H A D | fpm_main.c | 663 real_path = tsrm_realpath(path, NULL); in php_cgi_ini_activate_user_config() 1116 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL) in init_request_info()
|
/PHP-8.3/main/ |
H A D | fopen_wrappers.c | 488 char *realpath = tsrm_realpath(path, NULL);
|
/PHP-8.3/sapi/cgi/ |
H A D | cgi_main.c | 806 real_path = tsrm_realpath(path, NULL); 1259 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
|
/PHP-8.3/sapi/litespeed/ |
H A D | lsapi_main.c | 967 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()
|
Completed in 32 milliseconds