Searched refs:handle_notifications (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/bio/ |
D | bss_dgram.c | 193 void (*handle_notifications)(BIO *bio, void *context, void *buf); member 1130 if (data->handle_notifications != NULL) in dgram_sctp_read() 1131 data->handle_notifications(b, data->notification_context, (void*) out); in dgram_sctp_read() 1533 void (*handle_notifications)(BIO *bio, void *context, void *buf), in BIO_dgram_sctp_notification_cb() 1538 if (handle_notifications != NULL) in BIO_dgram_sctp_notification_cb() 1540 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb() 1658 if (data->handle_notifications != NULL) in BIO_dgram_sctp_wait_for_dry() 1659 data->handle_notifications(b, data->notification_context, (void*) &snp); in BIO_dgram_sctp_wait_for_dry() 1747 if (data->handle_notifications != NULL) in BIO_dgram_sctp_msg_waiting() 1748 data->handle_notifications(b, data->notification_context, (void*) &snp); in BIO_dgram_sctp_msg_waiting()
|
D | bio.h | 735 void (*handle_notifications)(BIO *bio, void *context, void *buf),
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
D | bss_dgram.c | 193 void (*handle_notifications)(BIO *bio, void *context, void *buf); member 1130 if (data->handle_notifications != NULL) in dgram_sctp_read() 1131 data->handle_notifications(b, data->notification_context, (void*) out); in dgram_sctp_read() 1533 void (*handle_notifications)(BIO *bio, void *context, void *buf), in BIO_dgram_sctp_notification_cb() 1538 if (handle_notifications != NULL) in BIO_dgram_sctp_notification_cb() 1540 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb() 1658 if (data->handle_notifications != NULL) in BIO_dgram_sctp_wait_for_dry() 1659 data->handle_notifications(b, data->notification_context, (void*) &snp); in BIO_dgram_sctp_wait_for_dry() 1747 if (data->handle_notifications != NULL) in BIO_dgram_sctp_msg_waiting() 1748 data->handle_notifications(b, data->notification_context, (void*) &snp); in BIO_dgram_sctp_msg_waiting()
|
D | bio.h | 738 void (*handle_notifications)(BIO *bio, void *context, void *buf),
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | bio.h | 738 void (*handle_notifications)(BIO *bio, void *context, void *buf),
|
/external/openssl/include/openssl/ |
D | bio.h | 735 void (*handle_notifications)(BIO *bio, void *context, void *buf),
|