Home
last modified time | relevance | path

Searched defs:cb_type (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Lib/plat-irix6/
Dreadcd.py13 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/
Dreadcd.py13 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/
Dcbcp.c367 u_char cb_type; local
/external/python/cpython3/Lib/
Dssl.py769 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/
Dssl.py912 def get_channel_binding(self, cb_type="tls-unique"): argument
/external/python/cpython3/Modules/clinic/
D_ssl.c.h333 const char *cb_type = "tls-unique"; in _ssl__SSLSocket_get_channel_binding() local
/external/boringssl/src/ssl/
Dssl_test.cc2963 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.c2635 const char *cb_type) in _ssl__SSLSocket_get_channel_binding_impl()