Searched refs:_LHASH (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/lhash/
H A Dlhash.h167 } _LHASH; /* Do not use _LHASH directly, use LHASH_OF typedef in typeref:struct:lhash_st
176 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
177 void lh_free(_LHASH *lh);
178 void *lh_insert(_LHASH *lh, void *data);
179 void *lh_delete(_LHASH *lh, const void *data);
180 void *lh_retrieve(_LHASH *lh, const void *data);
181 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
182 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
184 unsigned long lh_num_items(const _LHASH *l
[all...]
H A Dlhash.c218 static void expand(_LHASH *lh);
219 static void contract(_LHASH *lh);
220 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash);
222 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
224 _LHASH *ret;
227 if ((ret=OPENSSL_malloc(sizeof(_LHASH))) == NULL)
266 void lh_free(_LHASH *lh)
288 void *lh_insert(_LHASH *lh, void *data)
329 void *lh_delete(_LHASH *lh, const void *data)
362 void *lh_retrieve(_LHASH *l
[all...]
H A Dlh_stats.c142 void lh_stats(const _LHASH *lh, FILE *fp)
154 void lh_node_stats(const _LHASH *lh, FILE *fp)
166 void lh_node_usage_stats(const _LHASH *lh, FILE *fp)
180 void lh_stats_bio(const _LHASH *lh, BIO *out)
208 void lh_node_stats_bio(const _LHASH *lh, BIO *out)
221 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dlhash.h167 } _LHASH; /* Do not use _LHASH directly, use LHASH_OF typedef in typeref:struct:lhash_st
176 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
177 void lh_free(_LHASH *lh);
178 void *lh_insert(_LHASH *lh, void *data);
179 void *lh_delete(_LHASH *lh, const void *data);
180 void *lh_retrieve(_LHASH *lh, const void *data);
181 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
182 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
184 unsigned long lh_num_items(const _LHASH *l
[all...]
/external/openssl/crypto/lhash/
H A Dlhash.h166 } _LHASH; /* Do not use _LHASH directly, use LHASH_OF typedef in typeref:struct:lhash_st
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
176 void lh_free(_LHASH *lh);
177 void *lh_insert(_LHASH *lh, void *data);
178 void *lh_delete(_LHASH *lh, const void *data);
179 void *lh_retrieve(_LHASH *lh, const void *data);
180 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
183 unsigned long lh_num_items(const _LHASH *l
[all...]
H A Dlhash.c110 static void expand(_LHASH *lh);
111 static void contract(_LHASH *lh);
112 static LHASH_NODE **getrn(_LHASH *lh, const void *data, unsigned long *rhash);
114 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c)
116 _LHASH *ret;
119 if ((ret=OPENSSL_malloc(sizeof(_LHASH))) == NULL)
157 void lh_free(_LHASH *lh)
179 void *lh_insert(_LHASH *lh, void *data)
217 void *lh_delete(_LHASH *lh, const void *data)
248 void *lh_retrieve(_LHASH *l
[all...]
H A Dlh_stats.c142 void lh_stats(const _LHASH *lh, FILE *fp)
154 void lh_node_stats(const _LHASH *lh, FILE *fp)
166 void lh_node_usage_stats(const _LHASH *lh, FILE *fp)
180 void lh_stats_bio(const _LHASH *lh, BIO *out)
208 void lh_node_stats_bio(const _LHASH *lh, BIO *out)
221 void lh_node_usage_stats_bio(const _LHASH *lh, BIO *out)
/external/openssl/include/openssl/
H A Dlhash.h166 } _LHASH; /* Do not use _LHASH directly, use LHASH_OF typedef in typeref:struct:lhash_st
175 _LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
176 void lh_free(_LHASH *lh);
177 void *lh_insert(_LHASH *lh, void *data);
178 void *lh_delete(_LHASH *lh, const void *data);
179 void *lh_retrieve(_LHASH *lh, const void *data);
180 void lh_doall(_LHASH *lh, LHASH_DOALL_FN_TYPE func);
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
183 unsigned long lh_num_items(const _LHASH *l
[all...]

Completed in 49 milliseconds