Searched refs:LHASH (Results 1 - 25 of 43) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dlhash.h93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
166 } LHASH; typedef in typeref:struct:lhash_st
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data);
178 void *lh_retrieve(LHASH *lh, const void *data);
179 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
180 void lh_doall_arg(LHASH *l
[all...]
H A Dconf.h119 void CONF_set_nconf(CONF *conf,LHASH *hash);
120 LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
122 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
124 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
125 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
126 char *CONF_get_string(LHASH *conf,const char *group,const char *name);
127 long CONF_get_number(LHASH *con
[all...]
H A Dtxt_db.h84 LHASH **index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/lhash/
H A Dlhash.h93 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
94 * This way, callbacks can be provided to LHASH structures without function
166 } LHASH; typedef in typeref:struct:lhash_st
174 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
175 void lh_free(LHASH *lh);
176 void *lh_insert(LHASH *lh, void *data);
177 void *lh_delete(LHASH *lh, const void *data);
178 void *lh_retrieve(LHASH *lh, const void *data);
179 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
180 void lh_doall_arg(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=(LHASH *)OPENSSL_malloc(sizeof(LHASH))) == NULL)
157 void lh_free(LHASH *lh)
179 void *lh_insert(LHASH *lh, void *data)
217 void *lh_delete(LHASH *l
[all...]
H A Dlh_stats.c73 void lh_stats(LHASH *lh, FILE *out)
99 void lh_node_stats(LHASH *lh, FILE *out)
112 void lh_node_usage_stats(LHASH *lh, FILE *out)
142 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)
H A Dlh_test.c66 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_lib.c70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH *hash)
90 LHASH *CONF_load(LHASH *conf, const char *file, long *eline)
92 LHASH *ltmp;
113 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline)
116 LHASH *ltmp;
127 LHASH *CONF_load_bio(LHASH *con
[all...]
H A Dconf.h119 void CONF_set_nconf(CONF *conf,LHASH *hash);
120 LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
122 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
124 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
125 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
126 char *CONF_get_string(LHASH *conf,const char *group,const char *name);
127 long CONF_get_number(LHASH *con
[all...]
H A Dtest.c66 LHASH *conf;
H A Dconf_api.c72 static void value_free_hash(CONF_VALUE *a, LHASH *conf);
73 static void value_free_stack(CONF_VALUE *a,LHASH *conf);
74 static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_hash, CONF_VALUE *, LHASH *)
75 static IMPLEMENT_LHASH_DOALL_ARG_FN(value_free_stack, CONF_VALUE *, LHASH *)
216 static void value_free_hash(CONF_VALUE *a, LHASH *conf)
224 static void value_free_stack(CONF_VALUE *a, LHASH *conf)
H A Dcnf_save.c67 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Derrstr.c100 lh_node_stats_bio((LHASH *)ERR_get_string_table(),out);
101 lh_stats_bio((LHASH *)ERR_get_string_table(),out);
102 lh_node_usage_stats_bio((LHASH *)
H A Dopenssl.c133 /* The LHASH callbacks ("hash" & "cmp") have been replaced by functions with the
142 static LHASH *prog_init(void );
143 static int do_cmd(LHASH *prog,int argc,char *argv[]);
229 LHASH *prog=NULL;
371 static int do_cmd(LHASH *prog, int argc, char *argv[])
496 static LHASH *prog_init(void)
498 LHASH *ret;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/lhash/
H A Dlh_test.c66 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/lhash/
H A Dlh_test.c66 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.h84 LHASH **index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/conf/
H A Dtest.c66 LHASH *conf;
H A Dcnf_save.c67 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/conf/
H A Dtest.c66 LHASH *conf;
H A Dcnf_save.c67 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr.c222 LHASH *(*cb_err_get)(int create);
228 LHASH *(*cb_thread_get)(int create);
229 void (*cb_thread_release)(LHASH **hash);
238 static LHASH *int_err_get(int create);
243 static LHASH *int_thread_get(int create);
244 static void int_thread_release(LHASH **hash);
276 static LHASH *int_error_hash = NULL;
277 static LHASH *int_thread_hash = NULL;
317 /* These are the callbacks provided to "lh_new()" when creating the LHASH tables
333 static LHASH *int_err_ge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3conf.c71 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3conf.c71 LHASH *conf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3conf.c71 LHASH *conf;

Completed in 204 milliseconds

12