Searched refs:EX_CLASS_ITEM (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dex_data.c247 } EX_CLASS_ITEM; typedef in typeref:struct:st_ex_class_item
252 /* The global hash table of EX_CLASS_ITEM items */
253 DECLARE_LHASH_OF(EX_CLASS_ITEM); variable
254 static LHASH_OF(EX_CLASS_ITEM) *ex_data = NULL;
257 static unsigned long ex_class_item_hash(const EX_CLASS_ITEM *a)
262 static IMPLEMENT_LHASH_HASH_FN(ex_class_item, EX_CLASS_ITEM)
264 static int ex_class_item_cmp(const EX_CLASS_ITEM *a, const EX_CLASS_ITEM *b)
269 static IMPLEMENT_LHASH_COMP_FN(ex_class_item, EX_CLASS_ITEM)
298 * This callback is used in lh_doall to destroy all EX_CLASS_ITEM value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dex_data.c247 } EX_CLASS_ITEM; typedef in typeref:struct:st_ex_class_item
252 /* The global hash table of EX_CLASS_ITEM items */
253 DECLARE_LHASH_OF(EX_CLASS_ITEM); variable
254 static LHASH_OF(EX_CLASS_ITEM) *ex_data = NULL;
257 static unsigned long ex_class_item_hash(const EX_CLASS_ITEM *a)
262 static IMPLEMENT_LHASH_HASH_FN(ex_class_item, EX_CLASS_ITEM)
264 static int ex_class_item_cmp(const EX_CLASS_ITEM *a, const EX_CLASS_ITEM *b)
269 static IMPLEMENT_LHASH_COMP_FN(ex_class_item, EX_CLASS_ITEM)
298 * This callback is used in lh_doall to destroy all EX_CLASS_ITEM value
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dex_data.c242 } EX_CLASS_ITEM; typedef in typeref:struct:st_ex_class_item
247 /* The global hash table of EX_CLASS_ITEM items */
253 return ((const EX_CLASS_ITEM *)a_void)->class_index;
257 return (((const EX_CLASS_ITEM *)a_void)->class_index -
258 ((const EX_CLASS_ITEM *)b_void)->class_index);
283 /* This callback is used in lh_doall to destroy all EX_CLASS_ITEM values from
288 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void;
293 /* Return the EX_CLASS_ITEM from the "ex_data" hash table that corresponds to a
295 static EX_CLASS_ITEM *def_get_clas
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/stack/
H A Dsafestack.h2550 # define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
2551 # define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
2552 # define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
2553 # define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
2554 # define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
2556 LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
2557 # define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
2558 # define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
2559 # define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
2561 LHM_lh_node_stats_bio(EX_CLASS_ITEM,l
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h2550 # define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
2551 # define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
2552 # define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
2553 # define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
2554 # define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
2556 LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
2557 # define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
2558 # define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
2559 # define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
2561 LHM_lh_node_stats_bio(EX_CLASS_ITEM,l
[all...]

Completed in 186 milliseconds