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
815 curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
817 curl_prot_t family; /* single bit for protocol family; basically the
1340 curl_prot_t first_remote_protocol;
1781 curl_prot_t allowed_protocols;
1782 curl_prot_t redir_protocols;
Dsetopt.c155 static CURLcode protocol2num(const char *str, curl_prot_t *val) in protocol2num()
161 *val = ~(curl_prot_t) 0; in protocol2num()
2682 data->set.allowed_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
2689 data->set.redir_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
2693 curl_prot_t prot; in Curl_vsetopt()
2703 curl_prot_t prot; in Curl_vsetopt()
Durl.c164 static curl_prot_t get_protocol_family(const struct Curl_handler *h) in get_protocol_family()
555 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()