Home
last modified time | relevance | path

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

/external/curl/tests/unit/
Dunit1654.c65 ALPN_h1, "example.org", 8080);
73 ALPN_h1, "2.example.org", 8080);
82 ALPN_h1, "3.example.org", 8080);
100 ALPN_h1, "curl.haxx.se", 80);
109 ALPN_h1, "curl.haxx.se", 80);
/external/curl/lib/
Daltsvc.h32 ALPN_h1, enumerator
Daltsvc.c54 return ALPN_h1; in alpn2alpnid()
68 case ALPN_h1: in Curl_alpnid2str()
Durl.c3393 ALPN_h1, host, conn->remote_port, /* from */ in parse_connect_to_slist()
3405 Curl_alpnid2str(ALPN_h1), host, conn->remote_port, in parse_connect_to_slist()
Dhttp.c4031 enum alpnid id = (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1; in Curl_http_readwrite_headers()