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.h170 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;
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.h68 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.c1771 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 = {
H A Dcf-https-connect.c518 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()
/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 = {
H A Dcurl_quiche.c1621 struct Curl_cftype Curl_cft_http3 = {
/curl/lib/vtls/
H A Dvtls.h254 extern struct Curl_cftype Curl_cft_ssl;
256 extern struct Curl_cftype Curl_cft_ssl_proxy;
H A Dvtls.c1923 struct Curl_cftype Curl_cft_ssl = {
1944 struct Curl_cftype Curl_cft_ssl_proxy = {
/curl/tests/unit/
H A Dunit2600.c168 static struct Curl_cftype cft_test = {

Completed in 50 milliseconds

12