Searched refs:STRING_SSL_ENGINE (Results 1 – 3 of 3) sorted by relevance
903 if(outcurl->set.str[STRING_SSL_ENGINE]) { in curl_easy_duphandle()904 if(Curl_ssl_set_engine(outcurl, outcurl->set.str[STRING_SSL_ENGINE])) in curl_easy_duphandle()
1626 result = Curl_setstropt(&data->set.str[STRING_SSL_ENGINE], argptr); in vsetopt()1637 Curl_setstropt(&data->set.str[STRING_SSL_ENGINE], NULL); in vsetopt()
1453 STRING_SSL_ENGINE, /* name of ssl engine */ enumerator