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.h49 struct alpn_spec { struct
60 const struct alpn_spec *spec); argument
62 const struct alpn_spec *spec);
70 bool Curl_alpn_contains_proto(const struct alpn_spec *spec,
107 const struct alpn_spec *alpn; /* ALPN to use or NULL for none */
H A Dvtls.c148 static const struct alpn_spec ALPN_SPEC_H11 = {
152 static const struct alpn_spec ALPN_SPEC_H2 = {
155 static const struct alpn_spec ALPN_SPEC_H2_H11 = {
160 static const struct alpn_spec *alpn_get_spec(int httpwant, bool use_alpn) in alpn_get_spec()
457 const struct alpn_spec *alpn) in cf_ctx_new()
2207 const struct alpn_spec *spec) in Curl_alpn_to_proto_buf()
2230 const struct alpn_spec *spec) in Curl_alpn_to_proto_str()
2252 bool Curl_alpn_contains_proto(const struct alpn_spec *spec, in Curl_alpn_contains_proto()

Completed in 9 milliseconds