Home
last modified time | relevance | path

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

/third_party/curl/tests/unit/
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);
/third_party/curl/lib/
Daltsvc.h34 ALPN_h1 = CURLALTSVC_H1, enumerator
Daltsvc.c62 return ALPN_h1; in alpn2alpnid()
74 case ALPN_h1: in Curl_alpnid2str()
Durl.c3100 const int allowed_versions = ( ALPN_h1
3120 srcalpnid = ALPN_h1;
3142 case ALPN_h1:
Dhttp.c3744 (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1; in Curl_http_header()