Searched refs:SET_OPTIONAL_STRING_ARG (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/openssl/ |
H A D | openssl.c | 914 #define SET_OPTIONAL_STRING_ARG(key, varname, defval) \ macro 957 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config() 958 SET_OPTIONAL_STRING_ARG("config_section_name", req->section_name, "req"); in php_openssl_parse_config() 982 SET_OPTIONAL_STRING_ARG("digest_alg", req->digest_name, in php_openssl_parse_config() 984 SET_OPTIONAL_STRING_ARG("x509_extensions", req->extensions_section, in php_openssl_parse_config() 986 SET_OPTIONAL_STRING_ARG("req_extensions", req->request_extensions_section, in php_openssl_parse_config()
|
Completed in 18 milliseconds