Searched refs:ADDED_OBJ (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssl/crypto/objects/ |
| HD | obj_dat.c | 96 } ADDED_OBJ; typedef 97 DECLARE_LHASH_OF(ADDED_OBJ); 100 static LHASH_OF(ADDED_OBJ) *added = NULL; 116 static unsigned long added_obj_hash(const ADDED_OBJ *ca) in added_obj_hash() 149 static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ) in IMPLEMENT_LHASH_HASH_FN() argument 151 static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb) in IMPLEMENT_LHASH_HASH_FN() 189 static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ) in IMPLEMENT_LHASH_COMP_FN() argument 199 static void cleanup1_doall(ADDED_OBJ *a) in cleanup1_doall() 206 static void cleanup2_doall(ADDED_OBJ *a) in cleanup2_doall() 211 static void cleanup3_doall(ADDED_OBJ *a) in cleanup3_doall() [all …]
|
| /trueos/crypto/openssl/crypto/stack/ |
| HD | safestack.h | 2312 # define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj) 2313 # define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst) 2314 # define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst) 2315 # define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst) 2316 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) 2318 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg) 2319 # define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh) 2320 # define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh) 2321 # define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh) 2323 LHM_lh_node_stats_bio(ADDED_OBJ,lh,out) [all …]
|
| /trueos/crypto/openssl/util/ |
| HD | indent.pro | 37 -T ADDED_OBJ
|