Home
last modified time | relevance | path

Searched refs:ALPN_h1 (Results 1 – 5 of 5) sorted by relevance

/curl/tests/unit/
H A Dunit1654.c64 ALPN_h1, "example.org", 8080);
69 ALPN_h1, "2.example.org", 8080);
75 ALPN_h1, "3.example.org", 8080);
96 ALPN_h1, "curl.se", 80);
102 ALPN_h1, "curl.se", 80);
/curl/lib/
H A Daltsvc.h34 ALPN_h1 = CURLALTSVC_H1, enumerator
H A Daltsvc.c62 return ALPN_h1; in alpn2alpnid()
74 case ALPN_h1: in Curl_alpnid2str()
H A Durl.c3042 const int allowed_versions = ( ALPN_h1
3062 srcalpnid = ALPN_h1;
3084 case ALPN_h1:
H A Dhttp.c2862 (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1; in Curl_http_header()

Completed in 32 milliseconds