Home
last modified time | relevance | path

Searched defs:msg_cb (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_ssl.py4503 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.c293 PyObject *msg_cb; member