Searched refs:ALPN_h1 (Results 1 – 5 of 5) sorted by relevance
/third_party/curl/tests/unit/ |
D | unit1654.c | 64 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/ |
D | altsvc.h | 34 ALPN_h1 = CURLALTSVC_H1, enumerator
|
D | altsvc.c | 62 return ALPN_h1; in alpn2alpnid() 74 case ALPN_h1: in Curl_alpnid2str()
|
D | url.c | 3100 const int allowed_versions = ( ALPN_h1 3120 srcalpnid = ALPN_h1; 3142 case ALPN_h1:
|
D | http.c | 3744 (conn->httpversion == 20) ? ALPN_h2 : ALPN_h1; in Curl_http_header()
|