OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIORITY_QUEUE_OF
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
priority_queue.h
17
#define
PRIORITY_QUEUE_OF
(type) OSSL_PRIORITY_QUEUE_##type
20
typedef struct ossl_priority_queue_st_##type
PRIORITY_QUEUE_OF
(type); \
21
static ossl_unused ossl_inline
PRIORITY_QUEUE_OF
(type) * ossl_pqueue_##type##_new(int (*compare)(const ctype *, const ctype *)) \
23
return (
PRIORITY_QUEUE_OF
(type) *)ossl_pqueue_new( \
27
ossl_pqueue_##type##_free(
PRIORITY_QUEUE_OF
(type) * pq) \
32
ossl_pqueue_##type##_pop_free(
PRIORITY_QUEUE_OF
(type) * pq, \
38
ossl_pqueue_##type##_reserve(
PRIORITY_QUEUE_OF
(type) * pq, size_t n) \
43
ossl_pqueue_##type##_num(const
PRIORITY_QUEUE_OF
(type) * pq) \
48
ossl_pqueue_##type##_push(
PRIORITY_QUEUE_OF
(type) * pq, \
54
ossl_pqueue_##type##_peek(const
PRIORITY_QUEUE_OF
(type) * pq)
[
all
...]
/src/crypto/external/apache2/openssl/dist/test/
priority_queue_test.c
54
PRIORITY_QUEUE_OF
(size_t) *pq = NULL;
185
PRIORITY_QUEUE_OF
(INFO) *pq = ossl_pqueue_INFO_new(cmp);
quic_cc_test.c
102
PRIORITY_QUEUE_OF
(NET_PKT) * pkts;
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rcidm.c
194
PRIORITY_QUEUE_OF
(RCID) * rcids;
Completed in 18 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026