Searched refs:CURLPROTO_ALL (Results 1 - 6 of 6) sorted by relevance

/external/curl/src/
H A Dtool_cfgable.c37 config->proto = CURLPROTO_ALL; /* FIXME: better to read from library */
39 config->proto_redir = CURLPROTO_ALL & /* All except FILE, SCP and SMB */
H A Dtool_paramhlp.c254 { "all", CURLPROTO_ALL },
H A Dtool_setopt.c128 NV(CURLPROTO_ALL), /* combination */
/external/curl/include/curl/
H A Dcurl.h838 #define CURLPROTO_ALL (~0) /* enable everything */ macro
1483 with. Defaults to CURLPROTO_ALL. */
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h624 #define CURLPROTO_ALL (~0) /* enable everything */ macro
1264 with. Defaults to CURLPROTO_ALL. */
/external/curl/lib/
H A Durl.c566 /* for the *protocols fields we don't use the CURLPROTO_ALL convenience
569 set->allowed_protocols = CURLPROTO_ALL;
570 set->redir_protocols = CURLPROTO_ALL & /* All except FILE, SCP and SMB */
2436 with. Defaults to CURLPROTO_ALL. */

Completed in 336 milliseconds