Searched refs:alpn_spec (Results 1 – 2 of 2) sorted by relevance
49 struct alpn_spec { struct60 const struct alpn_spec *spec); argument62 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 */
148 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