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.c279 { "all", CURLPROTO_ALL }, in proto2num()
Dtool_setopt.c139 NV(CURLPROTO_ALL), /* combination */
/external/curl/docs/libcurl/
Dsymbols-in-versions656 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.h921 #define CURLPROTO_ALL (~0) /* enable everything */ macro
/external/curl/lib/
Durl.c487 set->allowed_protocols = CURLPROTO_ALL; in Curl_init_userdefined()
488 set->redir_protocols = CURLPROTO_ALL & /* All except FILE, SCP and SMB */ in Curl_init_userdefined()