Searched defs:real_path (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/openssl/ |
H A D | php_openssl.h | 103 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 D | openssl.c | 555 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 D | fopen_wrappers.c | 767 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 D | zend_accelerator_blacklist.c | 242 char buf[MAXPATHLEN + 1], real_path[MAXPATHLEN + 1], *blacklist_path = NULL; in zend_accel_blacklist_loadone() local
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.c | 1245 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 D | zend_virtual_cwd.h | 277 #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 D | fpm_main.c | 652 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 D | tsrm_win32.c | 205 char real_path[MAXPATHLEN] = {0}; in tsrm_win32_access() local
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 800 char *real_path = NULL; local 1217 char *real_path = NULL; local
|
/php-src/sapi/cli/ |
H A D | php_cli.c | 876 char real_path[MAXPATHLEN]; in do_cli() local
|
/php-src/sapi/litespeed/ |
H A D | lsapi_main.c | 961 char *real_path; in lsapi_activate_user_ini_mk_realpath() local
|
Completed in 65 milliseconds