Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.c757 PHPAPI char *expand_filepath(const char *filepath, char *real_path)
765 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
773 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c239 char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL; in zend_accel_blacklist_loadone() local
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h266 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) argument
325 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) argument
H A Dzend_virtual_cwd.c1241 CWD_API char *virtual_realpath(const char *path, char *real_path) /* {{{ */ in virtual_realpath()
1712 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c641 char * real_path; in php_cgi_ini_activate_user_config() local
1065 char *real_path = NULL; in init_request_info() local
/PHP-7.4/TSRM/
H A Dtsrm_win32.c208 char real_path[MAXPATHLEN] = {0}; in tsrm_win32_access() local
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c801 char *real_path = NULL; local
1229 char *real_path = NULL; local
/PHP-7.4/sapi/cli/
H A Dphp_cli.c905 char real_path[MAXPATHLEN]; in do_cli() local
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c976 char *real_path; in lsapi_activate_user_ini_mk_realpath() local

Completed in 60 milliseconds