Home
last modified time | relevance | path

Searched defs:real_path (Results 1 – 9 of 9) sorted by path

/PHP-7.1/TSRM/
H A Dtsrm_win32.c212 char * real_path = NULL; in tsrm_win32_access() local
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c1522 CWD_API char *virtual_realpath(const char *path, char *real_path) /* {{{ */ in virtual_realpath()
2035 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath()
H A Dzend_virtual_cwd.h274 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) argument
333 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) argument
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_blacklist.c232 char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL; in zend_accel_blacklist_loadone() local
/PHP-7.1/main/
H A Dfopen_wrappers.c748 PHPAPI char *expand_filepath(const char *filepath, char *real_path)
756 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
764 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c810 char *real_path = NULL; local
1230 char *real_path = NULL; local
/PHP-7.1/sapi/cli/
H A Dphp_cli.c936 char real_path[MAXPATHLEN]; in do_cli() local
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c688 char * real_path; local
1129 char *real_path = NULL; local
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c741 char *real_path; in lsapi_activate_user_ini_mk_realpath() local

Completed in 62 milliseconds