Home
last modified time | relevance | path

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

/php-src/ext/openssl/
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()
H A Dopenssl.c555 const char *file_path, size_t file_path_len, char *real_path, uint32_t arg_num, in php_openssl_check_path_ex()
/php-src/main/
H A Dfopen_wrappers.c767 PHPAPI char *expand_filepath(const char *filepath, char *real_path)
774 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
781 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
/php-src/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
/php-src/Zend/
H A Dzend_virtual_cwd.c1245 CWD_API char *virtual_realpath(const char *path, char *real_path) /* {{{ */ in virtual_realpath()
1717 CWD_API char *tsrm_realpath(const char *path, char *real_path) /* {{{ */ in tsrm_realpath()
H A Dzend_virtual_cwd.h277 #define VCWD_REALPATH(path, real_path) virtual_realpath(path, real_path) argument
336 #define VCWD_REALPATH(path, real_path) tsrm_realpath(path, real_path) argument
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c652 char * real_path; in php_cgi_ini_activate_user_config() local
1071 char *real_path = NULL; in init_request_info() local
/php-src/TSRM/
H A Dtsrm_win32.c205 char real_path[MAXPATHLEN] = {0}; in tsrm_win32_access() local
/php-src/sapi/cgi/
H A Dcgi_main.c800 char *real_path = NULL; local
1217 char *real_path = NULL; local
/php-src/sapi/cli/
H A Dphp_cli.c876 char real_path[MAXPATHLEN]; in do_cli() local
/php-src/sapi/litespeed/
H A Dlsapi_main.c961 char *real_path; in lsapi_activate_user_ini_mk_realpath() local

Completed in 76 milliseconds