Home
last modified time | relevance | path

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

/external/curl/projects/
Dwolfssl_options.h211 #undef HAVE_ALPN
212 #define HAVE_ALPN macro
/external/curl/lib/vtls/
Dwolfssl.c44 #ifndef HAVE_ALPN
46 #define HAVE_ALPN macro
465 #ifdef HAVE_ALPN in wolfssl_connect_step1()
701 #ifdef HAVE_ALPN in wolfssl_connect_step2()
/external/python/cpython2/Modules/
D_ssl.c133 # define HAVE_ALPN 1 macro
135 # define HAVE_ALPN 0 macro
318 #if HAVE_ALPN
1604 #if HAVE_ALPN
2121 #if HAVE_ALPN
2230 #if HAVE_ALPN in context_new()
2308 #if HAVE_ALPN in context_dealloc()
2335 #if HAVE_NPN || HAVE_ALPN
2432 #if HAVE_ALPN
2449 #if HAVE_ALPN in _set_alpn_protocols()
[all …]
/external/python/cpython3/Modules/
D_ssl.c178 # define HAVE_ALPN 1 macro
180 # define HAVE_ALPN 0 macro
428 #if HAVE_ALPN
2143 #if HAVE_ALPN
3171 #if HAVE_ALPN in _ssl__SSLContext_impl()
3326 #if HAVE_ALPN in context_dealloc()
3401 #if HAVE_NPN || HAVE_ALPN
3495 #if HAVE_ALPN
3520 #if HAVE_ALPN in _ssl__SSLContext__set_alpn_protocols_impl()
6325 #if HAVE_ALPN in PyInit__ssl()
/external/python/cpython3/Modules/clinic/
D_ssl.c.h163 #if (HAVE_ALPN)