Home
last modified time | relevance | path

Searched refs:Curl_cftype (Results 1 – 25 of 30) sorted by relevance

12

/curl/lib/
H A Dcf-socket.h171 extern struct Curl_cftype Curl_cft_tcp;
172 extern struct Curl_cftype Curl_cft_udp;
173 extern struct Curl_cftype Curl_cft_unix;
174 extern struct Curl_cftype Curl_cft_tcp_accept;
H A Dcf-https-connect.h33 struct Curl_cftype;
36 extern struct Curl_cftype Curl_cft_http_connect;
H A Dcf-haproxy.h35 extern struct Curl_cftype Curl_cft_haproxy;
H A Dcf-h1-proxy.h34 extern struct Curl_cftype Curl_cft_h1_proxy;
H A Dcf-h2-proxy.h34 extern struct Curl_cftype Curl_cft_h2_proxy;
H A Dconnect.h142 extern struct Curl_cftype Curl_cft_happy_eyeballs;
143 extern struct Curl_cftype Curl_cft_setup;
H A Dhttp_proxy.h54 extern struct Curl_cftype Curl_cft_http_proxy;
H A Dsocks.h57 extern struct Curl_cftype Curl_cft_socks_proxy;
H A Dhttp2.h63 extern struct Curl_cftype Curl_cft_nghttp2;
H A Dcfilters.h207 struct Curl_cftype { struct
228 const struct Curl_cftype *cft; /* the type providing implementation */ argument
278 const struct Curl_cftype *cft,
H A Dcf-haproxy.c192 struct Curl_cftype Curl_cft_haproxy = {
H A Dhttp_proxy.c294 struct Curl_cftype Curl_cft_http_proxy = {
H A Dcurl_trc.c288 struct Curl_cftype *cft;
H A Dcf-socket.c1768 struct Curl_cftype Curl_cft_tcp = {
1917 struct Curl_cftype Curl_cft_udp = {
1969 struct Curl_cftype Curl_cft_unix = {
2034 struct Curl_cftype Curl_cft_tcp_accept = {
H A Dcf-https-connect.c511 struct Curl_cftype Curl_cft_http_connect = {
H A Dconnect.c1109 struct Curl_cftype Curl_cft_happy_eyeballs = {
1374 struct Curl_cftype Curl_cft_setup = {
H A Dsocks.c1245 struct Curl_cftype Curl_cft_socks_proxy = {
H A Dcf-h1-proxy.c1071 struct Curl_cftype Curl_cft_h1_proxy = {
H A Dcfilters.c289 const struct Curl_cftype *cft, in Curl_cf_create()
H A Dcf-h2-proxy.c1615 struct Curl_cftype Curl_cft_h2_proxy = {
/curl/lib/vquic/
H A Dvquic.h53 extern struct Curl_cftype Curl_cft_http3;
H A Dcurl_msh3.c1040 struct Curl_cftype Curl_cft_http3 = {
/curl/lib/vtls/
H A Dvtls.h251 extern struct Curl_cftype Curl_cft_ssl;
253 extern struct Curl_cftype Curl_cft_ssl_proxy;
H A Dvtls.c1889 struct Curl_cftype Curl_cft_ssl = {
1910 struct Curl_cftype Curl_cft_ssl_proxy = {
/curl/tests/unit/
H A Dunit2600.c168 static struct Curl_cftype cft_test = {

Completed in 94 milliseconds

12