Home
last modified time | relevance | path

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

/curl/lib/
H A Durldata.h74 #define CURLPROTO_WSS ((curl_prot_t)1<<31)
88 typedef curl_off_t curl_prot_t; typedef
90 typedef unsigned int curl_prot_t; typedef
721 curl_prot_t protocol; /* See CURLPROTO_* - this needs to be the single
723 curl_prot_t family; /* single bit for protocol family; basically the
1232 curl_prot_t first_remote_protocol;
1712 curl_prot_t allowed_protocols;
1713 curl_prot_t redir_protocols;
H A Dsetopt.c175 static CURLcode protocol2num(const char *str, curl_prot_t *val) in protocol2num()
187 *val = ~(curl_prot_t) 0; in protocol2num()
1191 data->set.allowed_protocols = (curl_prot_t)arg; in setopt_long()
1198 data->set.redir_protocols = (curl_prot_t)arg; in setopt_long()
2467 data->set.allowed_protocols = (curl_prot_t) CURLPROTO_ALL; in setopt_cptr()
2474 data->set.redir_protocols = (curl_prot_t) CURLPROTO_REDIR; in setopt_cptr()
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()

Completed in 26 milliseconds