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

  /external/curl/src/
tool_cfgable.c 37 config->proto = CURLPROTO_ALL; /* FIXME: better to read from library */
39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */
tool_paramhlp.c 254 { "all", CURLPROTO_ALL },
tool_setopt.c 138 NV(CURLPROTO_ALL), /* combination */
  /external/curl/include/curl/
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 624 #define CURLPROTO_ALL (~0) /* enable everything */
    [all...]
  /external/curl/lib/
url.c 557 /* for the *protocols fields we don't use the CURLPROTO_ALL convenience
560 set->allowed_protocols = CURLPROTO_ALL;
561 set->redir_protocols = CURLPROTO_ALL & /* All except FILE, SCP and SMB */
    [all...]

Completed in 66 milliseconds