Home
last modified time | relevance | path

Searched refs:CURLPROTO_ALL (Results 1 – 7 of 7) sorted by relevance

/external/curl/src/
Dtool_cfgable.c37 config->proto = CURLPROTO_ALL; /* FIXME: better to read from library */ in config_init()
39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in config_init()
Dtool_paramhlp.c254 { "all", CURLPROTO_ALL }, in proto2num()
Dtool_setopt.c120 NV(CURLPROTO_ALL), /* combination */
/external/curl/docs/libcurl/
Dsymbols-in-versions565 CURLPROTO_ALL 7.19.4
/external/google-breakpad/src/third_party/curl/
Dcurl.h624 #define CURLPROTO_ALL (~0) /* enable everything */ macro
/external/curl/include/curl/
Dcurl.h811 #define CURLPROTO_ALL (~0) /* enable everything */ macro
/external/curl/lib/
Durl.c562 set->allowed_protocols = CURLPROTO_ALL; in Curl_init_userdefined()
563 set->redir_protocols = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in Curl_init_userdefined()