Home
last modified time | relevance | path

Searched refs:min_nodes (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/stack/
H A Dstack.c20 static const int min_nodes = 4; variable
106 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes; in OPENSSL_sk_deep_copy()
186 if (num_alloc < min_nodes) in sk_reserve()
187 num_alloc = min_nodes; in sk_reserve()