Home
last modified time | relevance | path

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

/curl/tests/unit/
H A Dunit1654.c82 ALPN_h2, "example.org", 80);
89 ALPN_h2, "example.net", 80);
/curl/lib/
H A Daltsvc.h35 ALPN_h2 = CURLALTSVC_H2, enumerator
H A Daltsvc.c64 return ALPN_h2; in alpn2alpnid()
78 case ALPN_h2: in Curl_alpnid2str()
H A Durl.c3058 | ALPN_h2
3069 ALPN_h2, enumerator
3084 srcalpnid = ALPN_h2; /* only regard alt-svc advice for h2 */
3142 case ALPN_h2:
H A Dhttp.c2843 (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1; in Curl_http_header()

Completed in 21 milliseconds