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

  /external/boringssl/src/include/openssl/
pqueue.h 108 /* pqueue_peek returns the item with the smallest priority from |pq|, or NULL
110 OPENSSL_EXPORT pitem *pqueue_peek(pqueue pq);
  /external/boringssl/src/ssl/pqueue/
pqueue_test.c 44 pqueue_peek(q) != item ||
pqueue.c 113 pitem *pqueue_peek(pqueue_s *pq) { return pq->items; } function
  /external/boringssl/src/ssl/
d1_both.c 386 pitem *item = pqueue_peek(s->d1->buffered_messages);

Completed in 232 milliseconds