Home
last modified time | relevance | path

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

/PHP-5.6/ext/openssl/
H A Dopenssl.c604 * config_filename, member
803 config_filename); in php_openssl_config_check_syntax()
842 req->config_filename, req->var, req->req_config TSRMLS_CC) == FAILURE) return FAILURE
865 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config()
868 req->req_config = CONF_load(NULL, req->config_filename, NULL); in php_openssl_parse_config()
1138 char * config_filename; in PHP_INI_END() local
1239 config_filename = getenv("OPENSSL_CONF"); in PHP_INI_END()
1240 if (config_filename == NULL) { in PHP_INI_END()
1241 config_filename = getenv("SSLEAY_CONF"); in PHP_INI_END()
1245 if (config_filename == NULL) { in PHP_INI_END()
[all …]

Completed in 22 milliseconds