Home
last modified time | relevance | path

Searched refs:handle_notifications (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_dgram.c131 void (*handle_notifications) (BIO *bio, void *context, void *buf); member
1125 if (data->handle_notifications != NULL) in dgram_sctp_read()
1126 data->handle_notifications(b, data->notification_context, in dgram_sctp_read()
1581 void (*handle_notifications) (BIO *bio, in BIO_dgram_sctp_notification_cb()
1589 if (handle_notifications != NULL) { in BIO_dgram_sctp_notification_cb()
1590 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb()
1728 if (data->handle_notifications != NULL) in BIO_dgram_sctp_wait_for_dry()
1729 data->handle_notifications(b, data->notification_context, in BIO_dgram_sctp_wait_for_dry()
1814 if (data->handle_notifications != NULL) in BIO_dgram_sctp_msg_waiting()
1815 data->handle_notifications(b, data->notification_context, in BIO_dgram_sctp_msg_waiting()
/third_party/openssl/include/openssl/
Dbio.h614 void (*handle_notifications) (BIO *bio,