Home
last modified time | relevance | path

Searched refs:config_filename (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/openssl/
H A Dopenssl.c777 * config_filename, member
993 config_filename); in php_openssl_config_check_syntax()
1033 req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
1073 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config()
1076 req->req_config = CONF_load(NULL, req->config_filename, NULL); in php_openssl_parse_config()
1347 char * config_filename; in PHP_INI_END() local
1450 config_filename = getenv("OPENSSL_CONF"); in PHP_INI_END()
1451 if (config_filename == NULL) { in PHP_INI_END()
1452 config_filename = getenv("SSLEAY_CONF"); in PHP_INI_END()
1456 if (config_filename == NULL) { in PHP_INI_END()
[all …]

Completed in 17 milliseconds