Searched refs:OBJ_NAME (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_libCryptov1-latest/include/openssl/ |
| D | objects.h | 989 } OBJ_NAME; typedef 1001 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg), 1004 void (*fn) (const OBJ_NAME *, void *arg),
|
| D | safestack.h | 2601 # define lh_OBJ_NAME_new() LHM_lh_new(OBJ_NAME,obj_name) 2602 # define lh_OBJ_NAME_insert(lh,inst) LHM_lh_insert(OBJ_NAME,lh,inst) 2603 # define lh_OBJ_NAME_retrieve(lh,inst) LHM_lh_retrieve(OBJ_NAME,lh,inst) 2604 # define lh_OBJ_NAME_delete(lh,inst) LHM_lh_delete(OBJ_NAME,lh,inst) 2605 # define lh_OBJ_NAME_doall(lh,fn) LHM_lh_doall(OBJ_NAME,lh,fn) 2607 LHM_lh_doall_arg(OBJ_NAME,lh,fn,arg_type,arg) 2608 # define lh_OBJ_NAME_error(lh) LHM_lh_error(OBJ_NAME,lh) 2609 # define lh_OBJ_NAME_num_items(lh) LHM_lh_num_items(OBJ_NAME,lh) 2610 # define lh_OBJ_NAME_down_load(lh) LHM_lh_down_load(OBJ_NAME,lh) 2612 LHM_lh_node_stats_bio(OBJ_NAME,lh,out) [all …]
|