Searched refs:SET_OPTIONAL_STRING_ARG (Results 1 – 1 of 1) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | openssl.c | 1072 #define SET_OPTIONAL_STRING_ARG(key, varname, defval) \ macro 1115 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config() 1116 SET_OPTIONAL_STRING_ARG("config_section_name", req->section_name, "req"); in php_openssl_parse_config() 1142 SET_OPTIONAL_STRING_ARG("digest_alg", req->digest_name, in php_openssl_parse_config() 1144 SET_OPTIONAL_STRING_ARG("x509_extensions", req->extensions_section, in php_openssl_parse_config() 1146 SET_OPTIONAL_STRING_ARG("req_extensions", req->request_extensions_section, in php_openssl_parse_config()
|
Completed in 20 milliseconds