Searched refs:allowed_protocols (Results 1 – 3 of 3) sorted by relevance
1726 long allowed_protocols; member
539 set->allowed_protocols = CURLPROTO_ALL; in Curl_init_userdefined()1764 (data->set.allowed_protocols & p->protocol)) { in findprotocol()
2461 data->set.allowed_protocols = va_arg(param, long); in Curl_vsetopt()