Searched refs:pqueue_find (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/pqueue/
H A Dpq_test.c79 item = pqueue_find(pq, 1);
82 item = pqueue_find(pq, 2);
85 item = pqueue_find(pq, 3);
H A Dpqueue.h90 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
H A Dpqueue.c168 pqueue_find(pqueue_s *pq, unsigned char *prio64be) function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dpqueue.h112 /* pqueue_find returns the item whose priority matches |prio64be| or NULL if no
114 OPENSSL_EXPORT pitem *pqueue_find(pqueue pq, uint8_t *prio64be);
/external/openssl/include/openssl/
H A Dpqueue.h90 pitem *pqueue_find(pqueue pq, unsigned char *prio64be);
/external/chromium_org/third_party/boringssl/src/ssl/pqueue/
H A Dpqueue.c110 pitem *pqueue_find(pqueue_s *pq, uint8_t *prio64be) { function
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_both.c633 item = pqueue_find(s->d1->buffered_messages, seq64be);
706 * |pqueue_find|, above, would have returned it and control
736 item = pqueue_find(s->d1->buffered_messages, seq64be);
796 * |pqueue_find|, above, would have returned it. Then, either
1139 item = pqueue_find(s->d1->sent_messages, seq64be);
/external/openssl/ssl/
H A Dd1_both.c621 item = pqueue_find(s->d1->buffered_messages, seq64be);
695 * |pqueue_find|, above, would have returned it and control
725 item = pqueue_find(s->d1->buffered_messages, seq64be);
785 * |pqueue_find|, above, would have returned it. Then, either
1273 item = pqueue_find(s->d1->sent_messages, seq64be);

Completed in 733 milliseconds