Home
last modified time | relevance | path

Searched refs:cb_type (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/plat-irix5/
Dreadcd.py13 def _doatime(self, cb_type, data): argument
17 func, arg = self.callbacks[cb_type]
19 func(arg, cb_type, data)
21 def _dopnum(self, cb_type, data): argument
25 func, arg = self.callbacks[cb_type]
27 func(arg, cb_type, data)
126 def setcallback(self, cb_type, func, arg): argument
127 if cb_type < 0 or cb_type >= 8:
129 self.callbacks[cb_type] = (func, arg)
133 if cb_type != CD.PNUM:
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dreadcd.py13 def _doatime(self, cb_type, data): argument
17 func, arg = self.callbacks[cb_type]
19 func(arg, cb_type, data)
21 def _dopnum(self, cb_type, data): argument
25 func, arg = self.callbacks[cb_type]
27 func(arg, cb_type, data)
126 def setcallback(self, cb_type, func, arg): argument
127 if cb_type < 0 or cb_type >= 8:
129 self.callbacks[cb_type] = (func, arg)
133 if cb_type != CD.PNUM:
[all …]
/external/ppp/pppd/
Dcbcp.c367 u_char cb_type; local
373 cb_type = us->us_allowed & us->us_type;
374 dbglog("cbcp_resp cb_type=%d", cb_type);
377 if (!cb_type)
381 if (cb_type & ( 1 << CB_CONF_USER ) ) {
398 if (cb_type & ( 1 << CB_CONF_ADMIN ) ) {
408 if (cb_type & ( 1 << CB_CONF_NO ) ) {
/external/python/cpython2/Lib/
Dssl.py906 def get_channel_binding(self, cb_type="tls-unique"): argument
911 if cb_type not in CHANNEL_BINDING_TYPES:
913 if cb_type != "tls-unique":
916 .format(cb_type))
/external/boringssl/src/ssl/
Dssl_test.cc3099 auto cb = [&](int is_write, int cb_version, int cb_type, const void *buf, in TestRecordCallback()
3101 if (cb_type != SSL3_RT_HEADER) { in TestRecordCallback()
3135 ctx.get(), [](int is_write, int cb_version, int cb_type, const void *buf, in TestRecordCallback()
3138 (*cb_ptr)(is_write, cb_version, cb_type, buf, len, ssl); in TestRecordCallback()
/external/python/cpython2/Doc/library/
Dssl.rst956 .. method:: SSLSocket.get_channel_binding(cb_type="tls-unique")
961 The *cb_type* parameter allow selection of the desired channel binding