HomeSort by relevance Sort by last modified time
    Searched refs:curlinfo (Results 1 - 6 of 6) sorted by null

  /external/curl/src/
tool_libinfo.h 28 extern curl_version_info_data *curlinfo;
tool_libinfo.c 36 curl_version_info_data *curlinfo = NULL; variable
41 * setting a global pointer 'curlinfo' to libcurl's run-time info
83 curlinfo = curl_version_info(CURLVERSION_NOW);
84 if(!curlinfo)
89 if(curlinfo->protocols) {
90 for(proto = curlinfo->protocols; *proto; proto++) {
tool_help.c 306 if(curlinfo->protocols) {
308 for(proto = curlinfo->protocols; *proto; ++proto) {
313 if(curlinfo->features) {
317 if(curlinfo->features & feats[i].bitmask)
tool_getparam.c 585 if(toggle && !(curlinfo->features & CURL_VERSION_LIBZ))
603 if(curlinfo->features & CURL_VERSION_SPNEGO)
614 if(curlinfo->features & CURL_VERSION_NTLM)
625 if(curlinfo->features & CURL_VERSION_NTLM_WB)
671 if(curlinfo->features & CURL_VERSION_NTLM)
703 if(curlinfo->features & CURL_VERSION_KERBEROS4)
752 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
803 if(curlinfo->features & CURL_VERSION_SPNEGO)
847 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
855 if(toggle && !(curlinfo->features & CURL_VERSION_SSL)
    [all...]
tool_doswin.c 271 if(curlinfo->features & CURL_VERSION_SSL) {
tool_operate.c     [all...]

Completed in 1470 milliseconds