Searched defs:msg_cb (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 4503 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4814 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4829 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4858 def msg_cb(conn, direction, version, content_type, msg_type, data): function
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 293 PyObject *msg_cb; member
|