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()
279 { "all", CURLPROTO_ALL }, in proto2num()
139 NV(CURLPROTO_ALL), /* combination */
656 CURLPROTO_ALL 7.19.4
624 #define CURLPROTO_ALL (~0) /* enable everything */ macro
921 #define CURLPROTO_ALL (~0) /* enable everything */ macro
487 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()