Home | History | Annotate | Download | only in bio

Lines Matching refs:handle_notifications

193 	void (*handle_notifications)(BIO *bio, void *context, void *buf);
1130 if (data->handle_notifications != NULL)
1131 data->handle_notifications(b, data->notification_context, (void*) out);
1540 void (*handle_notifications)(BIO *bio, void *context, void *buf),
1545 if (handle_notifications != NULL)
1547 data->handle_notifications = handle_notifications;
1665 if (data->handle_notifications != NULL)
1666 data->handle_notifications(b, data->notification_context, (void*) &snp);
1754 if (data->handle_notifications != NULL)
1755 data->handle_notifications(b, data->notification_context, (void*) &snp);