OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_nodes
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/stack/
stack.c
21
static const int
min_nodes
= 4;
variable
95
ret->num_alloc = sk->num >
min_nodes
? sk->num :
min_nodes
;
171
if (num_alloc <
min_nodes
)
172
num_alloc =
min_nodes
;
178
* so |num_alloc| value is |n| or |
min_nodes
| if greater than |n|.
/src/crypto/external/apache2/openssl/dist/ssl/
priority_queue.c
61
static const size_t
min_nodes
= 8;
variable
337
pq->hmax =
min_nodes
;
340
pq->heap = OPENSSL_malloc(sizeof(*pq->heap) *
min_nodes
);
341
pq->elements = OPENSSL_malloc(sizeof(*pq->elements) *
min_nodes
);
/src/crypto/external/apache2/openssl/dist/crypto/stack/
stack.c
23
static const int
min_nodes
= 4;
variable
109
ret->num_alloc = sk->num >
min_nodes
? sk->num :
min_nodes
;
191
if (num_alloc <
min_nodes
)
192
num_alloc =
min_nodes
;
198
* so |num_alloc| value is |n| or |
min_nodes
| if greater than |n|.
/src/crypto/external/bsd/openssl/dist/crypto/stack/
stack.c
20
static const int
min_nodes
= 4;
variable
106
ret->num_alloc = sk->num >
min_nodes
? sk->num :
min_nodes
;
186
if (num_alloc <
min_nodes
)
187
num_alloc =
min_nodes
;
193
* so |num_alloc| value is |n| or |
min_nodes
| if greater than |n|.
Completed in 49 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026