Searched refs:SET_OPTIONAL_STRING_ARG (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/openssl/ |
H A D | openssl.c | 866 #define SET_OPTIONAL_STRING_ARG(key, varname, defval) \ macro 909 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config() 910 SET_OPTIONAL_STRING_ARG("config_section_name", req->section_name, "req"); in php_openssl_parse_config() 934 SET_OPTIONAL_STRING_ARG("digest_alg", req->digest_name, in php_openssl_parse_config() 936 SET_OPTIONAL_STRING_ARG("x509_extensions", req->extensions_section, in php_openssl_parse_config() 938 SET_OPTIONAL_STRING_ARG("req_extensions", req->request_extensions_section, in php_openssl_parse_config()
|
Completed in 22 milliseconds