Searched defs:cb_type (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/plat-irix6/ |
D | readcd.py | 13 def _doatime(self, cb_type, data): argument 21 def _dopnum(self, cb_type, data): argument 126 def setcallback(self, cb_type, func, arg): argument 139 def removecallback(self, cb_type): argument
|
/external/python/cpython2/Lib/plat-irix5/ |
D | readcd.py | 13 def _doatime(self, cb_type, data): argument 21 def _dopnum(self, cb_type, data): argument 126 def setcallback(self, cb_type, func, arg): argument 139 def removecallback(self, cb_type): argument
|
/external/ppp/pppd/ |
D | cbcp.c | 367 u_char cb_type; local
|
/external/python/cpython3/Lib/ |
D | ssl.py | 769 def get_channel_binding(self, cb_type="tls-unique"): argument 1169 def get_channel_binding(self, cb_type="tls-unique"): argument
|
/external/python/cpython2/Lib/ |
D | ssl.py | 912 def get_channel_binding(self, cb_type="tls-unique"): argument
|
/external/python/cpython3/Modules/clinic/ |
D | _ssl.c.h | 333 const char *cb_type = "tls-unique"; in _ssl__SSLSocket_get_channel_binding() local
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 2963 size_t len, SSL *ssl) { in TEST_P() 2998 size_t len, SSL *ssl, void *arg) { in TEST_P()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 2635 const char *cb_type) in _ssl__SSLSocket_get_channel_binding_impl()
|