Home
last modified time | relevance | path

Searched refs:alpn_spec (Results 1 – 2 of 2) sorted by relevance

/curl/lib/vtls/
H A Dvtls_int.h51 struct alpn_spec { struct
62 const struct alpn_spec *spec); argument
64 const struct alpn_spec *spec);
72 bool Curl_alpn_contains_proto(const struct alpn_spec *spec,
110 const struct alpn_spec *alpn; /* ALPN to use or NULL for none */
H A Dvtls.c145 static const struct alpn_spec ALPN_SPEC_H11 = {
149 static const struct alpn_spec ALPN_SPEC_H2 = {
152 static const struct alpn_spec ALPN_SPEC_H2_H11 = {
157 static const struct alpn_spec *alpn_get_spec(int httpwant, bool use_alpn) in alpn_get_spec()
456 const struct alpn_spec *alpn) in cf_ctx_new()
1812 const struct alpn_spec *spec) in Curl_alpn_to_proto_buf()
1835 const struct alpn_spec *spec) in Curl_alpn_to_proto_str()
1857 bool Curl_alpn_contains_proto(const struct alpn_spec *spec, in Curl_alpn_contains_proto()

Completed in 9 milliseconds