Home
last modified time | relevance | path

Searched refs:Curl_cftype (Results 1 - 25 of 29) sorted by relevance

12

/third_party/curl/lib/
H A Dcf-socket.h169 extern struct Curl_cftype Curl_cft_tcp;
170 extern struct Curl_cftype Curl_cft_udp;
171 extern struct Curl_cftype Curl_cft_unix;
172 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 Dconnect.h124 extern struct Curl_cftype Curl_cft_happy_eyeballs;
125 extern struct Curl_cftype Curl_cft_setup;
H A Dcfilters.h187 struct Curl_cftype { struct
207 const struct Curl_cftype *cft; /* the type providing implementation */
253 const struct Curl_cftype *cft,
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 Dcf-haproxy.h35 extern struct Curl_cftype Curl_cft_haproxy;
H A Dsocks.h57 extern struct Curl_cftype Curl_cft_socks_proxy;
H A Dhttp_proxy.h54 extern struct Curl_cftype Curl_cft_http_proxy;
H A Dhttp2.h63 extern struct Curl_cftype Curl_cft_nghttp2;
H A Dcf-haproxy.c185 struct Curl_cftype Curl_cft_haproxy = {
H A Dcurl_trc.c148 static struct Curl_cftype *cf_types[] = {
H A Dhttp_proxy.c294 struct Curl_cftype Curl_cft_http_proxy = {
H A Dcf-socket.c1574 struct Curl_cftype Curl_cft_tcp = {
1711 struct Curl_cftype Curl_cft_udp = {
1762 struct Curl_cftype Curl_cft_unix = {
1826 struct Curl_cftype Curl_cft_tcp_accept = {
H A Dcf-https-connect.c430 struct Curl_cftype Curl_cft_http_connect = {
H A Dconnect.c1041 struct Curl_cftype Curl_cft_happy_eyeballs = {
1305 struct Curl_cftype Curl_cft_setup = {
H A Dsocks.c1245 struct Curl_cftype Curl_cft_socks_proxy = {
H A Dcf-h1-proxy.c1064 struct Curl_cftype Curl_cft_h1_proxy = {
H A Dcfilters.c211 const struct Curl_cftype *cft, in Curl_cf_create()
/third_party/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.c1843 struct Curl_cftype Curl_cft_ssl = {
1863 struct Curl_cftype Curl_cft_ssl_proxy = {
/third_party/curl/lib/vquic/
H A Dvquic.h53 extern struct Curl_cftype Curl_cft_http3;
H A Dcurl_msh3.c1025 struct Curl_cftype Curl_cft_http3 = {
H A Dcurl_ngtcp2.c2310 struct Curl_cftype Curl_cft_http3 = {
/third_party/curl/tests/unit/
H A Dunit2600.c157 static struct Curl_cftype cft_test = {

Completed in 33 milliseconds

12