Searched refs:allowed_protocols (Results 1 – 4 of 4) sorted by relevance
1781 curl_prot_t allowed_protocols; member
2682 data->set.allowed_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()2698 data->set.allowed_protocols = prot; in Curl_vsetopt()
555 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()1644 (data->set.allowed_protocols & p->protocol)) { in findprotocol()
73369 u64 allowed_protocols; member