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.c190 # define HAVE_NPN 0 macro
192 # define HAVE_NPN 0 macro
194 # define HAVE_NPN 1 macro
196 # define HAVE_NPN 0 macro
424 #if HAVE_NPN
2122 #if HAVE_NPN
3168 #if HAVE_NPN in _ssl__SSLContext_impl()
3323 #if HAVE_NPN in context_dealloc()
3401 #if HAVE_NPN || HAVE_ALPN
3427 #if HAVE_NPN
[all …]
/external/python/cpython3/Modules/clinic/
D_ssl.c.h142 #if (HAVE_NPN)