Searched refs:contains_file_protocol (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/openssl/ |
H A D | php_openssl.h | 99 bool contains_file_protocol, bool is_from_array, const char *option_name); 112 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_str_ex() argument 115 ZSTR_VAL(file_path), ZSTR_LEN(file_path), real_path, arg_num, contains_file_protocol, in php_openssl_check_path_str_ex()
|
H A D | openssl.c | 556 bool contains_file_protocol, bool is_from_array, const char *option_name) in php_openssl_check_path_ex() argument 568 if (contains_file_protocol) { in php_openssl_check_path_ex()
|
Completed in 30 milliseconds