Searched refs:Curl_cftype (Results 1 – 25 of 30) sorted by relevance
12
170 extern struct Curl_cftype Curl_cft_tcp;171 extern struct Curl_cftype Curl_cft_udp;172 extern struct Curl_cftype Curl_cft_unix;173 extern struct Curl_cftype Curl_cft_tcp_accept;
33 struct Curl_cftype;36 extern struct Curl_cftype Curl_cft_http_connect;
35 extern struct Curl_cftype Curl_cft_haproxy;
34 extern struct Curl_cftype Curl_cft_h1_proxy;
34 extern struct Curl_cftype Curl_cft_h2_proxy;
142 extern struct Curl_cftype Curl_cft_happy_eyeballs;143 extern struct Curl_cftype Curl_cft_setup;
54 extern struct Curl_cftype Curl_cft_http_proxy;
57 extern struct Curl_cftype Curl_cft_socks_proxy;
68 extern struct Curl_cftype Curl_cft_nghttp2;
207 struct Curl_cftype { struct228 const struct Curl_cftype *cft; /* the type providing implementation */ argument278 const struct Curl_cftype *cft,
192 struct Curl_cftype Curl_cft_haproxy = {
294 struct Curl_cftype Curl_cft_http_proxy = {
288 struct Curl_cftype *cft;
1771 struct Curl_cftype Curl_cft_tcp = {1920 struct Curl_cftype Curl_cft_udp = {1972 struct Curl_cftype Curl_cft_unix = {2183 struct Curl_cftype Curl_cft_tcp_accept = {
518 struct Curl_cftype Curl_cft_http_connect = {
1109 struct Curl_cftype Curl_cft_happy_eyeballs = {1374 struct Curl_cftype Curl_cft_setup = {
1245 struct Curl_cftype Curl_cft_socks_proxy = {
1071 struct Curl_cftype Curl_cft_h1_proxy = {
289 const struct Curl_cftype *cft, in Curl_cf_create()
53 extern struct Curl_cftype Curl_cft_http3;
1040 struct Curl_cftype Curl_cft_http3 = {
1621 struct Curl_cftype Curl_cft_http3 = {
254 extern struct Curl_cftype Curl_cft_ssl;256 extern struct Curl_cftype Curl_cft_ssl_proxy;
1923 struct Curl_cftype Curl_cft_ssl = {1944 struct Curl_cftype Curl_cft_ssl_proxy = {
168 static struct Curl_cftype cft_test = {
Completed in 61 milliseconds