Searched refs:CURLPROTO_ALL (Results 1 – 7 of 7) sorted by relevance
37 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()
254 { "all", CURLPROTO_ALL }, in proto2num()
120 NV(CURLPROTO_ALL), /* combination */
565 CURLPROTO_ALL 7.19.4
624 #define CURLPROTO_ALL (~0) /* enable everything */ macro
811 #define CURLPROTO_ALL (~0) /* enable everything */ macro
562 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()