HomeSort by relevance Sort by last modified time
    Searched refs:handle_notifications (Results 1 - 3 of 3) sorted by null

  /external/openssl/crypto/bio/
bss_dgram.c 193 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);
    [all...]
bio.h 738 void (*handle_notifications)(BIO *bio, void *context, void *buf),
    [all...]
  /external/openssl/include/openssl/
bio.h 738 void (*handle_notifications)(BIO *bio, void *context, void *buf),
    [all...]

Completed in 65 milliseconds