Searched defs:handle_notifications (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbss_dgram.c193 void (*handle_notifications)(BIO *bio, void *context, void *buf); member in struct:bio_dgram_sctp_data_st
1130 if (data->handle_notifications != NULL)
1131 data->handle_notifications(b, data->notification_context, (void*) out);
1533 void (*handle_notifications)(BIO *bio, void *context, void *buf),
1538 if (handle_notifications != NULL)
1540 data->handle_notifications = handle_notifications;
1658 if (data->handle_notifications != NULL)
1659 data->handle_notifications(b, data->notification_context, (void*) &snp);
1747 if (data->handle_notifications !
[all...]
/external/openssl/crypto/bio/
H A Dbss_dgram.c193 void (*handle_notifications)(BIO *bio, void *context, void *buf); member in struct:bio_dgram_sctp_data_st
1130 if (data->handle_notifications != NULL)
1131 data->handle_notifications(b, data->notification_context, (void*) out);
1533 void (*handle_notifications)(BIO *bio, void *context, void *buf),
1538 if (handle_notifications != NULL)
1540 data->handle_notifications = handle_notifications;
1658 if (data->handle_notifications != NULL)
1659 data->handle_notifications(b, data->notification_context, (void*) &snp);
1747 if (data->handle_notifications !
[all...]

Completed in 67 milliseconds