Searched refs:curlinfo (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_libinfo.h28 extern curl_version_info_data *curlinfo;
H A Dtool_libinfo.c36 curl_version_info_data *curlinfo = NULL; variable
41 * setting a global pointer 'curlinfo' to libcurl's run-time info
81 curlinfo = curl_version_info(CURLVERSION_NOW);
82 if(!curlinfo)
87 if(curlinfo->protocols) {
88 for(proto = curlinfo->protocols; *proto; proto++) {
H A Dtool_help.c294 if(curlinfo->protocols) {
296 for(proto = curlinfo->protocols; *proto; ++proto) {
301 if(curlinfo->features) {
305 if(curlinfo->features & feats[i].bitmask)
H A Dtool_getparam.c582 if(toggle && !(curlinfo->features & CURL_VERSION_LIBZ))
600 if(curlinfo->features & CURL_VERSION_GSSNEGOTIATE)
611 if(curlinfo->features & CURL_VERSION_NTLM)
622 if(curlinfo->features & CURL_VERSION_NTLM_WB)
668 if(curlinfo->features & CURL_VERSION_NTLM)
700 if(curlinfo->features & (CURL_VERSION_KERBEROS4 |
750 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
801 if(curlinfo->features & CURL_VERSION_GSSNEGOTIATE)
844 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
852 if(toggle && !(curlinfo
[all...]
H A Dtool_doswin.c271 if(curlinfo->features & CURL_VERSION_SSL) {
H A Dtool_operate.c1028 if(curlinfo->features & CURL_VERSION_SSL) {
1295 if(curlinfo->features & CURL_VERSION_TLSAUTH_SRP) {

Completed in 175 milliseconds