/third_party/python/Modules/_ssl/ |
H A D | debughelpers.c | 25 if (ssl_obj->ctx->msg_cb == NULL) { in _PySSL_msg_callback() 71 ssl_obj->ctx->msg_cb, "Osiiiy#", in _PySSL_msg_callback() 89 if (self->msg_cb != NULL) { in _PySSLContext_get_msg_callback() 90 Py_INCREF(self->msg_cb); in _PySSLContext_get_msg_callback() 91 return self->msg_cb; in _PySSLContext_get_msg_callback() 99 Py_CLEAR(self->msg_cb); in _PySSLContext_set_msg_callback() 111 self->msg_cb = arg; in _PySSLContext_set_msg_callback()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_ctrl.c | 555 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request() 640 * request. Use msg_cb to report this to the in wpa_ctrl_request() 642 if (msg_cb) { in wpa_ctrl_request() 648 msg_cb(reply, res); in wpa_ctrl_request() 803 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
|
H A D | wpa_ctrl.h | 539 * @msg_cb: Callback function for unsolicited messages or %NULL if not used 548 * msg_cb can be used to register a callback function that will be called for 553 * event messages. Alternatively to msg_cb, programs can register two control 560 void (*msg_cb)(char *msg, size_t len));
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | wpa_ctrl.c | 519 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request() 599 * request. Use msg_cb to report this to the in wpa_ctrl_request() 601 if (msg_cb) { in wpa_ctrl_request() 607 msg_cb(reply, res); in wpa_ctrl_request() 762 void (*msg_cb)(char *msg, size_t len)) in wpa_ctrl_request()
|
H A D | wpa_ctrl.h | 478 * @msg_cb: Callback function for unsolicited messages or %NULL if not used 487 * msg_cb can be used to register a callback function that will be called for 492 * event messages. Alternatively to msg_cb, programs can register two control 499 void (*msg_cb)(char *msg, size_t len));
|
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | s_apps.h | 43 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
/third_party/openssl/apps/include/ |
H A D | s_apps.h | 43 void msg_cb(int write_p, int version, int content_type, const void *buf,
|
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 4528 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4533 server_context._msg_callback = msg_cb 4534 client_context._msg_callback = msg_cb 4839 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4843 client_context._msg_callback = msg_cb 4844 self.assertIs(client_context._msg_callback, msg_cb) 4854 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4860 client_context._msg_callback = msg_cb 4883 def msg_cb(conn, direction, version, content_type, msg_type, data): function 4889 server_context._msg_callback = msg_cb [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 2467 SSL_set_msg_callback(con, msg_cb); in sv_body() 3139 SSL_set_msg_callback(con, msg_cb); in www_body() 3564 SSL_set_msg_callback(con, msg_cb); in rev_body()
|
H A D | s_client.c | 2122 SSL_set_msg_callback(con, msg_cb); in s_client_main()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 2462 SSL_set_msg_callback(con, msg_cb); in sv_body() 3134 SSL_set_msg_callback(con, msg_cb); in www_body() 3559 SSL_set_msg_callback(con, msg_cb); in rev_body()
|
H A D | s_client.c | 2122 SSL_set_msg_callback(con, msg_cb); in s_client_main()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 291 PyObject *msg_cb; member 2153 self->ctx->msg_cb ? _PySSL_msg_callback : NULL in PySSL_set_context() 3106 self->msg_cb = NULL; in _ssl__SSLContext_impl() 3218 Py_VISIT(self->msg_cb); in context_traverse() 3227 Py_CLEAR(self->msg_cb); in context_clear()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function
|