Searched refs:min_nodes (Results 1 – 1 of 1) sorted by relevance
20 static const int min_nodes = 4; variable106 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()