Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h63 #define CURLPROTO_WSS ((curl_prot_t)1<<31)
73 typedef curl_off_t curl_prot_t; typedef
75 typedef unsigned int curl_prot_t; typedef
835 curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
837 curl_prot_t family; /* single bit for protocol family; basically the
1351 curl_prot_t first_remote_protocol;
1793 curl_prot_t allowed_protocols;
1794 curl_prot_t redir_protocols;
Dsetopt.c156 static CURLcode protocol2num(const char *str, curl_prot_t *val) in protocol2num()
168 *val = ~(curl_prot_t) 0; in protocol2num()
2653 data->set.allowed_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
2660 data->set.redir_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
Durl.c164 static curl_prot_t get_protocol_family(const struct Curl_handler *h) in get_protocol_family()
423 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()