Symbol: OPENSSL_LHASH
crypto/openssl/crypto/lhash/lh_stats.c
103
void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out)
crypto/openssl/crypto/lhash/lh_stats.c
27
void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp)
crypto/openssl/crypto/lhash/lh_stats.c
39
void OPENSSL_LH_node_stats(const OPENSSL_LHASH *lh, FILE *fp)
crypto/openssl/crypto/lhash/lh_stats.c
51
void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp)
crypto/openssl/crypto/lhash/lh_stats.c
71
void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out)
crypto/openssl/crypto/lhash/lh_stats.c
91
void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out)
crypto/openssl/crypto/lhash/lhash.c
117
void *OPENSSL_LH_insert(OPENSSL_LHASH *lh, void *data)
crypto/openssl/crypto/lhash/lhash.c
147
void *OPENSSL_LH_delete(OPENSSL_LHASH *lh, const void *data)
crypto/openssl/crypto/lhash/lhash.c
172
void *OPENSSL_LH_retrieve(OPENSSL_LHASH *lh, const void *data)
crypto/openssl/crypto/lhash/lhash.c
185
static void doall_util_fn(OPENSSL_LHASH *lh, int use_arg,
crypto/openssl/crypto/lhash/lhash.c
215
void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func)
crypto/openssl/crypto/lhash/lhash.c
224
void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh,
crypto/openssl/crypto/lhash/lhash.c
234
void OPENSSL_LH_doall_arg_thunk(OPENSSL_LHASH *lh,
crypto/openssl/crypto/lhash/lhash.c
242
static int expand(OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
286
static void contract(OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
319
static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh,
crypto/openssl/crypto/lhash/lhash.c
425
unsigned long OPENSSL_LH_num_items(const OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
43
static int expand(OPENSSL_LHASH *lh);
crypto/openssl/crypto/lhash/lhash.c
430
unsigned long OPENSSL_LH_get_down_load(const OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
435
void OPENSSL_LH_set_down_load(OPENSSL_LHASH *lh, unsigned long down_load)
crypto/openssl/crypto/lhash/lhash.c
44
static void contract(OPENSSL_LHASH *lh);
crypto/openssl/crypto/lhash/lhash.c
440
int OPENSSL_LH_error(OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
45
static OPENSSL_LH_NODE **getrn(OPENSSL_LHASH *lh, const void *data, unsigned long *rhash);
crypto/openssl/crypto/lhash/lhash.c
47
OPENSSL_LHASH *OPENSSL_LH_set_thunks(OPENSSL_LHASH *lh,
crypto/openssl/crypto/lhash/lhash.c
63
OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c)
crypto/openssl/crypto/lhash/lhash.c
65
OPENSSL_LHASH *ret;
crypto/openssl/crypto/lhash/lhash.c
86
void OPENSSL_LH_free(OPENSSL_LHASH *lh)
crypto/openssl/crypto/lhash/lhash.c
96
void OPENSSL_LH_flush(OPENSSL_LHASH *lh)
crypto/openssl/include/openssl/lhash.h
101
void OPENSSL_LH_free(OPENSSL_LHASH *lh);
crypto/openssl/include/openssl/lhash.h
102
void OPENSSL_LH_flush(OPENSSL_LHASH *lh);
crypto/openssl/include/openssl/lhash.h
103
void *OPENSSL_LH_insert(OPENSSL_LHASH *lh, void *data);
crypto/openssl/include/openssl/lhash.h
104
void *OPENSSL_LH_delete(OPENSSL_LHASH *lh, const void *data);
crypto/openssl/include/openssl/lhash.h
105
void *OPENSSL_LH_retrieve(OPENSSL_LHASH *lh, const void *data);
crypto/openssl/include/openssl/lhash.h
106
void OPENSSL_LH_doall(OPENSSL_LHASH *lh, OPENSSL_LH_DOALL_FUNC func);
crypto/openssl/include/openssl/lhash.h
107
void OPENSSL_LH_doall_arg(OPENSSL_LHASH *lh,
crypto/openssl/include/openssl/lhash.h
109
void OPENSSL_LH_doall_arg_thunk(OPENSSL_LHASH *lh,
crypto/openssl/include/openssl/lhash.h
114
unsigned long OPENSSL_LH_num_items(const OPENSSL_LHASH *lh);
crypto/openssl/include/openssl/lhash.h
115
unsigned long OPENSSL_LH_get_down_load(const OPENSSL_LHASH *lh);
crypto/openssl/include/openssl/lhash.h
116
void OPENSSL_LH_set_down_load(OPENSSL_LHASH *lh, unsigned long down_load);
crypto/openssl/include/openssl/lhash.h
120
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_stats(const OPENSSL_LHASH *lh, FILE *fp);
crypto/openssl/include/openssl/lhash.h
121
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_stats(const OPENSSL_LHASH *lh, FILE *fp);
crypto/openssl/include/openssl/lhash.h
122
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_usage_stats(const OPENSSL_LHASH *lh, FILE *fp);
crypto/openssl/include/openssl/lhash.h
126
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_stats_bio(const OPENSSL_LHASH *lh, BIO *out);
crypto/openssl/include/openssl/lhash.h
127
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_stats_bio(const OPENSSL_LHASH *lh, BIO *out);
crypto/openssl/include/openssl/lhash.h
128
OSSL_DEPRECATEDIN_3_1 void OPENSSL_LH_node_usage_stats_bio(const OPENSSL_LHASH *lh, BIO *out);
crypto/openssl/include/openssl/lhash.h
132
#define _LHASH OPENSSL_LHASH
crypto/openssl/include/openssl/lhash.h
201
static ossl_unused ossl_inline const OPENSSL_LHASH * \
crypto/openssl/include/openssl/lhash.h
204
return (const OPENSSL_LHASH *)lh; \
crypto/openssl/include/openssl/lhash.h
206
static ossl_unused ossl_inline OPENSSL_LHASH * \
crypto/openssl/include/openssl/lhash.h
209
return (OPENSSL_LHASH *)lh; \
crypto/openssl/include/openssl/lhash.h
233
OPENSSL_LH_node_stats_bio((const OPENSSL_LHASH *)lh, out); \
crypto/openssl/include/openssl/lhash.h
238
OPENSSL_LH_node_usage_stats_bio((const OPENSSL_LHASH *)lh, out); \
crypto/openssl/include/openssl/lhash.h
243
OPENSSL_LH_stats_bio((const OPENSSL_LHASH *)lh, out); \
crypto/openssl/include/openssl/lhash.h
272
OPENSSL_LH_free((OPENSSL_LHASH *)lh); \
crypto/openssl/include/openssl/lhash.h
277
OPENSSL_LH_flush((OPENSSL_LHASH *)lh); \
crypto/openssl/include/openssl/lhash.h
282
return (type *)OPENSSL_LH_insert((OPENSSL_LHASH *)lh, d); \
crypto/openssl/include/openssl/lhash.h
287
return (type *)OPENSSL_LH_delete((OPENSSL_LHASH *)lh, d); \
crypto/openssl/include/openssl/lhash.h
292
return (type *)OPENSSL_LH_retrieve((OPENSSL_LHASH *)lh, d); \
crypto/openssl/include/openssl/lhash.h
297
return OPENSSL_LH_error((OPENSSL_LHASH *)lh); \
crypto/openssl/include/openssl/lhash.h
302
return OPENSSL_LH_num_items((OPENSSL_LHASH *)lh); \
crypto/openssl/include/openssl/lhash.h
307
return OPENSSL_LH_get_down_load((OPENSSL_LHASH *)lh); \
crypto/openssl/include/openssl/lhash.h
312
OPENSSL_LH_set_down_load((OPENSSL_LHASH *)lh, dl); \
crypto/openssl/include/openssl/lhash.h
329
OPENSSL_LH_doall((OPENSSL_LHASH *)lh, (OPENSSL_LH_DOALL_FUNC)doall); \
crypto/openssl/include/openssl/lhash.h
344
OPENSSL_LH_doall_arg((OPENSSL_LHASH *)lh, \
crypto/openssl/include/openssl/lhash.h
372
OPENSSL_LH_doall_arg_thunk((OPENSSL_LHASH *)lh, \
crypto/openssl/include/openssl/lhash.h
94
int OPENSSL_LH_error(OPENSSL_LHASH *lh);
crypto/openssl/include/openssl/lhash.h
95
OPENSSL_LHASH *OPENSSL_LH_new(OPENSSL_LH_HASHFUNC h, OPENSSL_LH_COMPFUNC c);
crypto/openssl/include/openssl/lhash.h
96
OPENSSL_LHASH *OPENSSL_LH_set_thunks(OPENSSL_LHASH *lh,