Searched refs:curlinfo (Results 1 – 6 of 6) sorted by relevance
36 curl_version_info_data *curlinfo = NULL; variable83 curlinfo = curl_version_info(CURLVERSION_NOW); in get_libcurl_info()84 if(!curlinfo) in get_libcurl_info()89 if(curlinfo->protocols) { in get_libcurl_info()90 for(proto = curlinfo->protocols; *proto; proto++) { in get_libcurl_info()
306 if(curlinfo->protocols) { in tool_version_info()308 for(proto = curlinfo->protocols; *proto; ++proto) { in tool_version_info()313 if(curlinfo->features) { in tool_version_info()317 if(curlinfo->features & feats[i].bitmask) in tool_version_info()
585 if(toggle && !(curlinfo->features & CURL_VERSION_LIBZ)) in getparameter()603 if(curlinfo->features & CURL_VERSION_SPNEGO) in getparameter()614 if(curlinfo->features & CURL_VERSION_NTLM) in getparameter()625 if(curlinfo->features & CURL_VERSION_NTLM_WB) in getparameter()671 if(curlinfo->features & CURL_VERSION_NTLM) in getparameter()703 if(curlinfo->features & CURL_VERSION_KERBEROS4) in getparameter()752 if(toggle && !(curlinfo->features & CURL_VERSION_SSL)) in getparameter()803 if(curlinfo->features & CURL_VERSION_SPNEGO) in getparameter()847 if(toggle && !(curlinfo->features & CURL_VERSION_SSL)) in getparameter()855 if(toggle && !(curlinfo->features & CURL_VERSION_SSL)) in getparameter()[all …]
28 extern curl_version_info_data *curlinfo;
271 if(curlinfo->features & CURL_VERSION_SSL) { in FindWin32CACert()
1027 if(curlinfo->features & CURL_VERSION_SSL) { in operate_do()1319 if(curlinfo->features & CURL_VERSION_TLSAUTH_SRP) { in operate_do()