Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/lhash/
H A Dlhash.c45 static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, const void *data, unsigned long *rhash);
89 OPENSSL_LH_NODE *n, *nn; in OPENSSL_LH_flush()
110 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_insert()
140 OPENSSL_LH_NODE *nn, **rn; in OPENSSL_LH_delete()
166 OPENSSL_LH_NODE **rn; in OPENSSL_LH_retrieve()
181 OPENSSL_LH_NODE *a, *n; in doall_util_fn()
215 OPENSSL_LH_NODE **n, **n1, **n2, *np; in expand()
224 n = OPENSSL_realloc(lh->b, sizeof(OPENSSL_LH_NODE *) * j); in expand()
259 OPENSSL_LH_NODE **n, *n1, *np; in contract()
265 (unsigned int)(sizeof(OPENSSL_LH_NODE *) * lh->pmax)); in contract()
[all …]
H A Dlh_stats.c84 OPENSSL_LH_NODE *n; in OPENSSL_LH_node_stats_bio()
96 OPENSSL_LH_NODE *n; in OPENSSL_LH_node_usage_stats_bio()
H A Dlhash_local.h20 OPENSSL_LH_NODE **b;
/freebsd/crypto/openssl/include/openssl/
H A Dlhash.h32 typedef struct lhash_node_st OPENSSL_LH_NODE; typedef
105 # define LHASH_NODE OPENSSL_LH_NODE
H A Dlhash.h.in34 typedef struct lhash_node_st OPENSSL_LH_NODE; typedef
107 # define LHASH_NODE OPENSSL_LH_NODE