Home
last modified time | relevance | path

Searched defs:use_alpn (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/vtls/
Dschannel_int.h146 bool use_alpn; /* true if ALPN is used for this connection */ member
Dvtls.c144 static const struct alpn_spec *alpn_get_spec(int httpwant, bool use_alpn) in alpn_get_spec()
1943 bool use_alpn = conn->bits.tls_enable_alpn; in cf_ssl_proxy_create() local