OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pqueue_find
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/include/openssl/
pqueue.h
112
/*
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/boringssl/src/ssl/pqueue/
pqueue.c
115
pitem *
pqueue_find
(pqueue_s *pq, uint8_t *prio64be) {
function
/external/boringssl/src/ssl/
d1_both.c
455
pitem *item =
pqueue_find
(ssl->d1->buffered_messages, seq64be);
Completed in 76 milliseconds