Home
last modified time | relevance | path

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

/external/curl/projects/
Dwolfssl_options.h190 #undef HAVE_ALPN
191 #define HAVE_ALPN macro
/external/curl/lib/vtls/
Dcyassl.c54 #ifndef HAVE_ALPN
56 #define HAVE_ALPN macro
387 #ifdef HAVE_ALPN in cyassl_connect_step1()
577 #ifdef HAVE_ALPN in cyassl_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.c167 # define HAVE_ALPN 1 macro
169 # define HAVE_ALPN 0 macro
411 #if HAVE_ALPN
2028 #if HAVE_ALPN
3010 #if HAVE_ALPN in _ssl__SSLContext_impl()
3154 #if HAVE_ALPN in context_dealloc()
3229 #if HAVE_NPN || HAVE_ALPN
3323 #if HAVE_ALPN
3348 #if HAVE_ALPN in _ssl__SSLContext__set_alpn_protocols_impl()
6032 #if HAVE_ALPN in PyInit__ssl()
/external/python/cpython3/Modules/clinic/
D_ssl.c.h156 #if (HAVE_ALPN)