Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c289 int alpn_protocols_len; member
2359 ctx->alpn_protocols, ctx->alpn_protocols_len, in _selectALPN_cb()
2378 self->alpn_protocols_len = protos.len; in _set_alpn_protocols()
2381 if (SSL_CTX_set_alpn_protos(self->ctx, self->alpn_protocols, self->alpn_protocols_len)) in _set_alpn_protocols()