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
82 curlinfo = curl_version_info(CURLVERSION_NOW);
83 if(!curlinfo)
88 if(curlinfo->protocols) {
89 for(proto = curlinfo->protocols; *proto; proto++) {
tool_help.c 572 if(curlinfo->protocols) {
574 for(proto = curlinfo->protocols; *proto; ++proto) {
579 if(curlinfo->features) {
585 if(curlinfo->features & feats[i].bitmask)
tool_getparam.c 681 !(curlinfo->features & (CURL_VERSION_LIBZ | CURL_VERSION_BROTLI)))
699 if(curlinfo->features & CURL_VERSION_SPNEGO)
710 if(curlinfo->features & CURL_VERSION_NTLM)
721 if(curlinfo->features & CURL_VERSION_NTLM_WB)
767 if(curlinfo->features & CURL_VERSION_NTLM)
799 if(curlinfo->features & CURL_VERSION_KERBEROS4)
862 if(toggle && !(curlinfo->features & CURL_VERSION_SSL))
916 if(curlinfo->features & CURL_VERSION_SPNEGO)
    [all...]
tool_paramhlp.c 379 const curl_version_info_data *curlinfo = curl_version_info(CURLVERSION_NOW); local
382 for(pp = curlinfo->protocols; *pp; pp++) {
tool_doswin.c 653 if((curlinfo->features & CURL_VERSION_SSL) &&
tool_operate.c 994 else if(curlinfo->features & CURL_VERSION_HTTP2) {
    [all...]
  /external/curl/tests/
manpage-scan.pl 93 my @curlinfo;
115 push @curlinfo, $opt,
130 scanmanpage("$root/docs/libcurl/curl_easy_getinfo.3", @curlinfo);

Completed in 280 milliseconds