Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_dgram.c238 BIO_dgram_sctp_notification_handler_fn handle_notifications; member
2068 if (data->handle_notifications != NULL) in dgram_sctp_read()
2069 data->handle_notifications(b, data->notification_context, in dgram_sctp_read()
2528 BIO_dgram_sctp_notification_handler_fn handle_notifications, in BIO_dgram_sctp_notification_cb() argument
2533 if (handle_notifications != NULL) { in BIO_dgram_sctp_notification_cb()
2534 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb()
2677 if (data->handle_notifications != NULL) in dgram_sctp_wait_for_dry()
2678 data->handle_notifications(b, data->notification_context, in dgram_sctp_wait_for_dry()
2768 if (data->handle_notifications != NULL) in dgram_sctp_msg_waiting()
2769 data->handle_notifications(b, data->notification_context, in dgram_sctp_msg_waiting()
/openssl/include/openssl/
H A Dbio.h.in781 BIO_dgram_sctp_notification_handler_fn handle_notifications,

Completed in 15 milliseconds