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

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/lhash/
H A Dlhash.h92 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
93 * This way, callbacks can be provided to LHASH structures without function
165 } LHASH; typedef in typeref:struct:lhash_st
173 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
174 void lh_free(LHASH *lh);
175 void *lh_insert(LHASH *lh, const void *data);
176 void *lh_delete(LHASH *lh, const void *data);
177 void *lh_retrieve(LHASH *lh, const void *data);
178 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
179 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, const void *data)
217 void *lh_delete(LHASH *l
[all...]
H A Dlh_test.c66 LHASH *conf;
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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dlhash.h92 /* Macros for declaring and implementing type-safe wrappers for LHASH callbacks.
93 * This way, callbacks can be provided to LHASH structures without function
165 } LHASH; typedef in typeref:struct:lhash_st
173 LHASH *lh_new(LHASH_HASH_FN_TYPE h, LHASH_COMP_FN_TYPE c);
174 void lh_free(LHASH *lh);
175 void *lh_insert(LHASH *lh, const void *data);
176 void *lh_delete(LHASH *lh, const void *data);
177 void *lh_retrieve(LHASH *lh, const void *data);
178 void lh_doall(LHASH *lh, LHASH_DOALL_FN_TYPE func);
179 void lh_doall_arg(LHASH *l
[all...]
H A Dconf.h118 void CONF_set_nconf(CONF *conf,LHASH *hash);
119 LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
121 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
123 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
124 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
125 char *CONF_get_string(LHASH *conf,const char *group,const char *name);
126 long CONF_get_number(LHASH *con
[all...]
H A Dtxt_db.h83 LHASH **index;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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_test.c66 LHASH *conf;
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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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.h118 void CONF_set_nconf(CONF *conf,LHASH *hash);
119 LHASH *CONF_load(LHASH *conf,const char *file,long *eline);
121 LHASH *CONF_load_fp(LHASH *conf, FILE *fp,long *eline);
123 LHASH *CONF_load_bio(LHASH *conf, BIO *bp,long *eline);
124 STACK_OF(CONF_VALUE) *CONF_get_section(LHASH *conf,const char *section);
125 char *CONF_get_string(LHASH *conf,const char *group,const char *name);
126 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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 *)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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 *)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.h83 LHASH **index;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/txt_db/
H A Dtxt_db.h84 LHASH **index;

Completed in 196 milliseconds

123