Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dfopen_wrappers.c488 if (tsrm_realpath(actual_path, resolved_path)) {
508 if (tsrm_realpath(filename, resolved_path)) {
568 if (tsrm_realpath(actual_path, resolved_path)) {
609 if (tsrm_realpath(actual_path, resolved_path)) {
/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h199 CWD_API char *tsrm_realpath(const char *path, char *real_path);
324 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
H A Dzend_virtual_cwd.c1710 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
/PHP-8.0/TSRM/
H A Dtsrm_win32.c209 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
279 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_main.c643 real_path = tsrm_realpath(path, NULL); in php_cgi_ini_activate_user_config()
1099 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL) in init_request_info()
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c805 real_path = tsrm_realpath(path, NULL);
1261 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c970 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()

Completed in 41 milliseconds