Home
last modified time | relevance | path

Searched refs:Curl_cftype (Results 1 – 25 of 29) 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.h140 extern struct Curl_cftype Curl_cft_happy_eyeballs;
141 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.h199 struct Curl_cftype { struct
220 const struct Curl_cftype *cft; /* the type providing implementation */ argument
268 const struct Curl_cftype *cft,
H A Dcf-haproxy.c190 struct Curl_cftype Curl_cft_haproxy = {
H A Dcurl_trc.c227 static struct Curl_cftype *cf_types[] = {
H A Dhttp_proxy.c294 struct Curl_cftype Curl_cft_http_proxy = {
H A Dcf-socket.c1786 struct Curl_cftype Curl_cft_tcp = {
1930 struct Curl_cftype Curl_cft_udp = {
1982 struct Curl_cftype Curl_cft_unix = {
2047 struct Curl_cftype Curl_cft_tcp_accept = {
H A Dcf-https-connect.c474 struct Curl_cftype Curl_cft_http_connect = {
H A Dconnect.c1132 struct Curl_cftype Curl_cft_happy_eyeballs = {
1397 struct Curl_cftype Curl_cft_setup = {
H A Dsocks.c1245 struct Curl_cftype Curl_cft_socks_proxy = {
H A Dcf-h1-proxy.c1072 struct Curl_cftype Curl_cft_h1_proxy = {
H A Dcfilters.c277 const struct Curl_cftype *cft, in Curl_cf_create()
H A Dcf-h2-proxy.c1580 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.c1034 struct Curl_cftype Curl_cft_http3 = {
/curl/lib/vtls/
H A Dvtls.h230 extern struct Curl_cftype Curl_cft_ssl;
232 extern struct Curl_cftype Curl_cft_ssl_proxy;
H A Dvtls.c1866 struct Curl_cftype Curl_cft_ssl = {
1887 struct Curl_cftype Curl_cft_ssl_proxy = {
/curl/tests/unit/
H A Dunit2600.c155 static struct Curl_cftype cft_test = {

Completed in 170 milliseconds

12