Home
last modified time | relevance | path

Searched refs:EX_CLASS_ITEM (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/
Dex_data.c242 } EX_CLASS_ITEM; typedef
248 DECLARE_LHASH_OF(EX_CLASS_ITEM);
249 static LHASH_OF(EX_CLASS_ITEM) *ex_data = NULL;
252 static unsigned long ex_class_item_hash(const EX_CLASS_ITEM *a) in ex_class_item_hash()
256 static IMPLEMENT_LHASH_HASH_FN(ex_class_item, EX_CLASS_ITEM) in IMPLEMENT_LHASH_HASH_FN() argument
258 static int ex_class_item_cmp(const EX_CLASS_ITEM *a, const EX_CLASS_ITEM *b) in IMPLEMENT_LHASH_HASH_FN()
262 static IMPLEMENT_LHASH_COMP_FN(ex_class_item, EX_CLASS_ITEM) in IMPLEMENT_LHASH_COMP_FN() argument
292 EX_CLASS_ITEM *item = (EX_CLASS_ITEM *)a_void; in def_cleanup_cb()
299 static EX_CLASS_ITEM *def_get_class(int class_index) in def_get_class()
301 EX_CLASS_ITEM d, *p, *gen; in def_get_class()
[all …]
/external/openssl/include/openssl/
Dsafestack.h2536 #define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
2537 #define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
2538 #define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
2539 #define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
2540 #define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
2542 LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
2543 #define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
2544 #define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
2545 #define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
2547 LHM_lh_node_stats_bio(EX_CLASS_ITEM,lh,out)
[all …]
/external/openssl/crypto/stack/
Dsafestack.h2536 #define lh_EX_CLASS_ITEM_new() LHM_lh_new(EX_CLASS_ITEM,ex_class_item)
2537 #define lh_EX_CLASS_ITEM_insert(lh,inst) LHM_lh_insert(EX_CLASS_ITEM,lh,inst)
2538 #define lh_EX_CLASS_ITEM_retrieve(lh,inst) LHM_lh_retrieve(EX_CLASS_ITEM,lh,inst)
2539 #define lh_EX_CLASS_ITEM_delete(lh,inst) LHM_lh_delete(EX_CLASS_ITEM,lh,inst)
2540 #define lh_EX_CLASS_ITEM_doall(lh,fn) LHM_lh_doall(EX_CLASS_ITEM,lh,fn)
2542 LHM_lh_doall_arg(EX_CLASS_ITEM,lh,fn,arg_type,arg)
2543 #define lh_EX_CLASS_ITEM_error(lh) LHM_lh_error(EX_CLASS_ITEM,lh)
2544 #define lh_EX_CLASS_ITEM_num_items(lh) LHM_lh_num_items(EX_CLASS_ITEM,lh)
2545 #define lh_EX_CLASS_ITEM_down_load(lh) LHM_lh_down_load(EX_CLASS_ITEM,lh)
2547 LHM_lh_node_stats_bio(EX_CLASS_ITEM,lh,out)
[all …]