Searched refs:tsrm_realpath (Results 1 – 7 of 7) sorted by relevance
/PHP-7.1/main/ |
H A D | fopen_wrappers.c | 497 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 D | zend_virtual_cwd.h | 209 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 D | zend_virtual_cwd.c | 2035 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath() function
|
/PHP-7.1/TSRM/ |
H A D | tsrm_win32.c | 231 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 D | fpm_main.c | 697 real_path = tsrm_realpath(path, NULL); 1177 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
|
/PHP-7.1/sapi/litespeed/ |
H A D | lsapi_main.c | 746 real_path = tsrm_realpath(ctx->path, NULL); in lsapi_activate_user_ini_mk_realpath()
|
/PHP-7.1/sapi/cgi/ |
H A D | cgi_main.c | 819 real_path = tsrm_realpath(path, NULL); 1275 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
|
Completed in 30 milliseconds