Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c145 # define HAVE_NPN 0 macro
147 # define HAVE_NPN 0 macro
149 # define HAVE_NPN 1 macro
151 # define HAVE_NPN 0 macro
314 #if HAVE_NPN
2227 #if HAVE_NPN in context_new()
2305 #if HAVE_NPN in context_dealloc()
2335 #if HAVE_NPN || HAVE_ALPN
2361 #if HAVE_NPN
2396 #if HAVE_NPN in _set_npn_protocols()
[all …]
/external/python/cpython3/Modules/
D_ssl.c179 # define HAVE_NPN 0 macro
181 # define HAVE_NPN 0 macro
183 # define HAVE_NPN 1 macro
185 # define HAVE_NPN 0 macro
407 #if HAVE_NPN
2007 #if HAVE_NPN
3007 #if HAVE_NPN in _ssl__SSLContext_impl()
3151 #if HAVE_NPN in context_dealloc()
3229 #if HAVE_NPN || HAVE_ALPN
3255 #if HAVE_NPN
[all …]
/external/python/cpython3/Modules/clinic/
D_ssl.c.h135 #if (HAVE_NPN)