Home
last modified time | relevance | path

Searched refs:msg_cb (Results 1 - 15 of 15) sorted by relevance

/third_party/python/Modules/_ssl/
H A Ddebughelpers.c25 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 Dwpa_ctrl.c555 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 Dwpa_ctrl.h539 * @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 Dwpa_ctrl.c519 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 Dwpa_ctrl.h478 * @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 Ds_apps.h43 void msg_cb(int write_p, int version, int content_type, const void *buf,
/third_party/openssl/apps/include/
H A Ds_apps.h43 void msg_cb(int write_p, int version, int content_type, const void *buf,
/third_party/python/Lib/test/
H A Dtest_ssl.py4528 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 Ds_server.c2467 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 Ds_client.c2122 SSL_set_msg_callback(con, msg_cb); in s_client_main()
/third_party/openssl/apps/
H A Ds_server.c2462 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 Ds_client.c2122 SSL_set_msg_callback(con, msg_cb); in s_client_main()
/third_party/python/Modules/
H A D_ssl.c291 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 Ds_cb.c566 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 Ds_cb.c566 void msg_cb(int write_p, int version, int content_type, const void *buf, in msg_cb() function

Completed in 48 milliseconds