Home
last modified time | relevance | path

Searched defs:real_path (Results 1 – 11 of 11) sorted by last modified time

/PHP-8.2/sapi/litespeed/
H A Dlsapi_main.c962 char *real_path; in lsapi_activate_user_ini_mk_realpath() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_main.c657 char * real_path; in php_cgi_ini_activate_user_config() local
1076 char *real_path = NULL; in init_request_info() local
/PHP-8.2/sapi/cli/
H A Dphp_cli.c905 char real_path[MAXPATHLEN]; in do_cli() local
/PHP-8.2/sapi/cgi/
H A Dcgi_main.c797 char *real_path = NULL; local
1214 char *real_path = NULL; local
/PHP-8.2/main/
H A Dfopen_wrappers.c755 PHPAPI char *expand_filepath(const char *filepath, char *real_path)
762 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
769 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
/PHP-8.2/ext/openssl/
H A Dopenssl.c537 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex()
H A Dphp_openssl.h103 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num) in php_openssl_check_path()
111 zend_string *file_path, char *real_path, uint32_t arg_num, in php_openssl_check_path_str_ex()
121 zend_string *file_path, char *real_path, uint32_t arg_num) in php_openssl_check_path_str()
/PHP-8.2/Zend/
H A Dzend_virtual_cwd.c1247 CWD_API char *virtual_realpath(const char *path, char *real_path) /* {{{ */ in virtual_realpath()
1719 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath()
H A Dzend_virtual_cwd.h275 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) argument
334 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) argument
/PHP-8.2/TSRM/
H A Dtsrm_win32.c205 char real_path[MAXPATHLEN] = {0}; in tsrm_win32_access() local
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_blacklist.c242 char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL; in zend_accel_blacklist_loadone() local

Completed in 110 milliseconds