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

/external/clang/test/Analysis/
H A Delementtype.c5 } ADDED_OBJ; typedef in typeref:struct:added_obj_st
9 ADDED_OBJ *ao[4]={((void*)0),((void*)0),((void*)0),((void*)0)};
/external/openssl/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...]
/external/openssl/crypto/stack/
H A Dsafestack.h2432 #define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2433 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2434 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2435 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2436 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2438 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2439 #define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2440 #define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2441 #define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2443 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]
/external/openssl/include/openssl/
H A Dsafestack.h2432 #define lh_ADDED_OBJ_new() LHM_lh_new(ADDED_OBJ,added_obj)
2433 #define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst)
2434 #define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst)
2435 #define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst)
2436 #define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn)
2438 LHM_lh_doall_arg(ADDED_OBJ,lh,fn,arg_type,arg)
2439 #define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh)
2440 #define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh)
2441 #define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh)
2443 LHM_lh_node_stats_bio(ADDED_OBJ,l
[all...]

Completed in 273 milliseconds