HomeSort by relevance Sort by last modified time
    Searched refs:curlinfo (Results 1 - 8 of 8) 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 310 if(curlinfo->protocols) {
312 for(proto = curlinfo->protocols; *proto; ++proto) {
317 if(curlinfo->features) {
321 if(curlinfo->features & feats[i].bitmask)
tool_getparam.c 584 if(toggle && !(curlinfo->features & CURL_VERSION_LIBZ))
602 if(curlinfo->features & CURL_VERSION_SPNEGO)
613 if(curlinfo->features & CURL_VERSION_NTLM)
624 if(curlinfo->features & CURL_VERSION_NTLM_WB)
670 if(curlinfo->features & CURL_VERSION_NTLM)
702 if(curlinfo->features & CURL_VERSION_KERBEROS4)
753 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
804 if(curlinfo->features & CURL_VERSION_SPNEGO)
848 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
856 if(toggle && !(curlinfo->features & CURL_VERSION_SSL)
    [all...]
tool_paramhlp.c 352 const curl_version_info_data *curlinfo = curl_version_info(CURLVERSION_NOW); local
355 for(pp = curlinfo->protocols; *pp; pp++) {
tool_doswin.c 646 if(curlinfo->features & CURL_VERSION_SSL) {
tool_operate.c 959 else if(curlinfo->features & CURL_VERSION_HTTP2) {
    [all...]
  /external/curl/tests/
manpage-scan.pl 92 my @curlinfo;
114 push @curlinfo, $opt,
129 scanmanpage("$root/docs/libcurl/curl_easy_getinfo.3", @curlinfo);

Completed in 91 milliseconds