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