Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c500 if (tsrm_realpath(actual_path, resolved_path)) {
520 if (tsrm_realpath(filename, resolved_path)) {
580 if (tsrm_realpath(actual_path, resolved_path)) {
621 if (tsrm_realpath(actual_path, resolved_path)) {
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h200 CWD_API char *tsrm_realpath(const char *path, char *real_path);
325 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
H A Dzend_virtual_cwd.c1712 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
/PHP-7.4/TSRM/
H A Dtsrm_win32.c211 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
281 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c650 real_path = tsrm_realpath(path, NULL); in php_cgi_ini_activate_user_config()
1108 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL) in init_request_info()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c810 real_path = tsrm_realpath(path, NULL);
1274 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c981 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()

Completed in 30 milliseconds