Home | History | Annotate | Download | only in objects

Lines Matching refs:obj_name

25 DECLARE_LHASH_OF(OBJ_NAME);
26 static LHASH_OF(OBJ_NAME) *names_lh=NULL;
45 /* static unsigned long obj_name_hash(OBJ_NAME *a); */
47 /* static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); */
50 static IMPLEMENT_LHASH_HASH_FN(obj_name, OBJ_NAME)
51 static IMPLEMENT_LHASH_COMP_FN(obj_name, OBJ_NAME)
114 /* static int obj_name_cmp(OBJ_NAME *a, OBJ_NAME *b) */
118 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
119 const OBJ_NAME *b = (const OBJ_NAME *)b_void;
136 /* static unsigned long obj_name_hash(OBJ_NAME *a) */
140 const OBJ_NAME *a = (const OBJ_NAME *)a_void;
157 OBJ_NAME on,*ret;
187 OBJ_NAME *onp,*ret;
195 onp=(OBJ_NAME *)OPENSSL_malloc(sizeof(OBJ_NAME));
235 OBJ_NAME on,*ret;
265 void (*fn)(const OBJ_NAME *,void *arg);
269 static void do_all_fn_doall_arg(const OBJ_NAME *name,struct doall *d)
275 static IMPLEMENT_LHASH_DOALL_ARG_FN(do_all_fn, const OBJ_NAME, struct doall)
277 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
293 const OBJ_NAME **names;
296 static void do_all_sorted_fn(const OBJ_NAME *name,void *d_)
308 const OBJ_NAME * const *n1=n1_;
309 const OBJ_NAME * const *n2=n2_;
314 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
335 static void names_lh_free_doall(OBJ_NAME *onp)
344 static IMPLEMENT_LHASH_DOALL_FN(names_lh_free, OBJ_NAME)