Home
last modified time | relevance | path

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

/external/curl/lib/
Deasy.c870 if(outcurl->set.str[STRING_SSL_ENGINE]) { in curl_easy_duphandle()
871 if(Curl_ssl_set_engine(outcurl, outcurl->set.str[STRING_SSL_ENGINE])) in curl_easy_duphandle()
Durldata.h1523 STRING_SSL_ENGINE, /* name of ssl engine */ enumerator
Dsetopt.c1756 result = Curl_setstropt(&data->set.str[STRING_SSL_ENGINE], argptr); in Curl_vsetopt()
1767 Curl_setstropt(&data->set.str[STRING_SSL_ENGINE], NULL); in Curl_vsetopt()