Lines Matching refs:config_filename
808 * config_filename, member
1016 …openssl_config_check_syntax(const char * section_label, const char * config_filename, const char *… in php_openssl_config_check_syntax() argument
1027 config_filename); in php_openssl_config_check_syntax()
1070 req->config_filename, req->var, req->req_config) == FAILURE) return FAILURE
1115 SET_OPTIONAL_STRING_ARG("config", req->config_filename, default_ssl_conf_filename); in php_openssl_parse_config()
1121 req->req_config = CONF_load(NULL, req->config_filename, NULL); in php_openssl_parse_config()
1415 char * config_filename; in PHP_INI_END() local
1528 config_filename = getenv("OPENSSL_CONF"); in PHP_INI_END()
1529 if (config_filename == NULL) { in PHP_INI_END()
1530 config_filename = getenv("SSLEAY_CONF"); in PHP_INI_END()
1534 if (config_filename == NULL) { in PHP_INI_END()
1539 strlcpy(default_ssl_conf_filename, config_filename, sizeof(default_ssl_conf_filename)); in PHP_INI_END()