Searched refs:curr (Results 1 – 4 of 4) sorted by relevance
630 curr->prev->next = curr->next; in ll_append_tail()632 curr->next->prev = curr->prev; in ll_append_tail()647 curr->next->prev = curr->prev; in ll_append_head()649 curr->prev->next = curr->next; in ll_append_head()832 next = reverse ? curr->prev : curr->next; in ssl_cipher_apply_rule()912 curr->prev->next = curr->next; in ssl_cipher_apply_rule()917 curr->next->prev = curr->prev; in ssl_cipher_apply_rule()919 curr->prev->next = curr->next; in ssl_cipher_apply_rule()948 curr = curr->next; in ssl_cipher_strength_sort()962 curr = curr->next; in ssl_cipher_strength_sort()[all …]
50 pitem *curr, *next; in pqueue_insert() local57 for (curr = NULL, next = pq->items; in pqueue_insert()58 next != NULL; curr = next, next = next->next) { in pqueue_insert()66 if (curr == NULL) in pqueue_insert()69 curr->next = item; in pqueue_insert()79 curr->next = item; in pqueue_insert()
3882 const SIGALG_LOOKUP *curr; in tls1_set_sigalgs() local3886 for (j = 0, curr = sigalg_lookup_tbl; j < OSSL_NELEM(sigalg_lookup_tbl); in tls1_set_sigalgs()3887 j++, curr++) { in tls1_set_sigalgs()3888 if (curr->hash == md_id && curr->sig == sig_id) { in tls1_set_sigalgs()3889 *sptr++ = curr->sigalg; in tls1_set_sigalgs()
945 sub.curr = ossl_quic_wire_decode_transport_param_bytes(pkt, in ossl_quic_wire_decode_transport_param_int()947 if (sub.curr == NULL) in ossl_quic_wire_decode_transport_param_int()
Completed in 20 milliseconds