Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Ddtls_meth.c548 if (dtls_rlayer_buffer_record(rl, rl->unprocessed_rcds, in dtls_get_more_records()
598 if (rl->unprocessed_rcds != NULL) { in dtls_free()
599 while ((item = pqueue_pop(rl->unprocessed_rcds)) != NULL) { in dtls_free()
608 pqueue_free(rl->unprocessed_rcds); in dtls_free()
649 (*retrl)->unprocessed_rcds = pqueue_new(); in dtls_new_record_layer()
652 if ((*retrl)->unprocessed_rcds == NULL in dtls_new_record_layer()
H A Drecmethod_local.h349 struct pqueue_st *unprocessed_rcds; member

Completed in 10 milliseconds