Searched refs:ADDED_OBJ (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.c97 } ADDED_OBJ; typedef in typeref:struct:added_obj_st
98 DECLARE_LHASH_OF(ADDED_OBJ); variable
101 static LHASH_OF(ADDED_OBJ) *added=NULL;
113 static unsigned long added_obj_hash(const ADDED_OBJ *ca)
146 static IMPLEMENT_LHASH_HASH_FN(added_obj, ADDED_OBJ)
148 static int added_obj_cmp(const ADDED_OBJ *ca, const ADDED_OBJ *cb)
178 static IMPLEMENT_LHASH_COMP_FN(added_obj, ADDED_OBJ)
187 static void cleanup1_doall(ADDED_OBJ *a)
195 static void cleanup2_doall(ADDED_OBJ *
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A Dsafestack.h2340 #define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2341 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2342 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2343 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2344 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2346 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2347 #define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2348 #define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2349 #define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2351 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]
/barrelfish-master/include/openssl/
H A Dsafestack.h2340 #define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2341 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2342 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2343 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2344 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2346 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2347 #define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2348 #define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2349 #define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2351 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]

Completed in 66 milliseconds