Searched refs:allowed_protocols (Results 1 – 3 of 3) sorted by relevance
1191 data->set.allowed_protocols = (curl_prot_t)arg; in setopt_long()2465 return protocol2num(ptr, &data->set.allowed_protocols); in setopt_cptr()2467 data->set.allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in setopt_cptr()
1712 curl_prot_t allowed_protocols; member
417 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()1630 (data->set.allowed_protocols & p->protocol)) { in findprotocol()
Completed in 23 milliseconds