Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dfopen_wrappers.c497 if (tsrm_realpath(actual_path, resolved_path)) {
517 if (tsrm_realpath(filename, resolved_path)) {
574 if (tsrm_realpath(actual_path, resolved_path)) {
612 if (tsrm_realpath(actual_path, resolved_path)) {
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.h209 CWD_API char *tsrm_realpath(const char *path, char *real_path);
333 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path)
H A Dzend_virtual_cwd.c2035 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
/PHP-7.1/TSRM/
H A Dtsrm_win32.c231 if(tsrm_realpath(pathname, real_path) == NULL) { in tsrm_win32_access()
303 if(tsrm_realpath(pathname, real_path) != NULL) { in tsrm_win32_access()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c697 real_path = tsrm_realpath(path, NULL);
1177 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c746 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c819 real_path = tsrm_realpath(path, NULL);
1275 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)

Completed in 49 milliseconds