Home
last modified time | relevance | path

Searched refs:allowed_protocols (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Durldata.h1756 long allowed_protocols; member
Durl.c570 set->allowed_protocols = CURLPROTO_ALL; in Curl_init_userdefined()
1847 (data->set.allowed_protocols & p->protocol)) { in findprotocol()
Dsetopt.c2580 data->set.allowed_protocols = va_arg(param, long); in Curl_vsetopt()