Home
last modified time | relevance | path

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

/curl/lib/
H A Dsetopt.c145 static CURLcode protocol2num(const char *str, curl_prot_t *val) in protocol2num()
157 *val = ~(curl_prot_t) 0; in protocol2num()
2644 data->set.allowed_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
2651 data->set.redir_protocols = (curl_prot_t)va_arg(param, long); in Curl_vsetopt()
H A Durl.c164 static curl_prot_t get_protocol_family(const struct Curl_handler *h) in get_protocol_family()
417 set->allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in Curl_init_userdefined()
H A Durldata.h74 #define CURLPROTO_WSS ((curl_prot_t)1<<31)
84 typedef curl_off_t curl_prot_t; typedef
86 typedef unsigned int curl_prot_t; typedef
741 curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
743 curl_prot_t family; /* single bit for protocol family; basically the
1246 curl_prot_t first_remote_protocol;
1727 curl_prot_t allowed_protocols;
1728 curl_prot_t redir_protocols;

Completed in 32 milliseconds