Searched refs:alpn_spec (Results 1 – 2 of 2) sorted by relevance
51 struct alpn_spec { struct62 const struct alpn_spec *spec); argument64 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 */
145 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