Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/lhash/
HDlhash.c113 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash);
122 if ((ret->b = calloc(MIN_NODES, sizeof(LHASH_NODE *))) == NULL) { in lh_new()
141 LHASH_NODE *n, *nn; in lh_free()
162 LHASH_NODE *nn, **rn; in lh_insert()
172 if ((nn = malloc(sizeof(LHASH_NODE))) == NULL) { in lh_insert()
199 LHASH_NODE *nn, **rn; in lh_delete()
228 LHASH_NODE **rn; in lh_retrieve()
249 LHASH_NODE *a, *n; in doall_util_fn()
288 LHASH_NODE **n, **n1, **n2, *np; in expand()
318 n = reallocarray(lh->b, j, sizeof(LHASH_NODE *)); in expand()
[all …]
HDlh_stats.c103 LHASH_NODE *n; in lh_node_stats()
116 LHASH_NODE *n; in lh_node_usage_stats()
217 LHASH_NODE *n; in lh_node_stats_bio()
230 LHASH_NODE *n; in lh_node_usage_stats_bio()
/dragonfly/crypto/libressl/include/openssl/
HDlhash.h84 } LHASH_NODE; typedef
137 LHASH_NODE **b;