Lines Matching refs:OBJ_NAME
28 static LHASH_OF(OBJ_NAME) *names_lh = NULL;
46 static unsigned long obj_name_hash(const OBJ_NAME *a);
47 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b);
120 static int obj_name_cmp(const OBJ_NAME *a, const OBJ_NAME *b)
136 static unsigned long obj_name_hash(const OBJ_NAME *a)
154 OBJ_NAME on, *ret;
191 OBJ_NAME *onp, *ret;
245 OBJ_NAME on, *ret;
280 void (*fn) (const OBJ_NAME *, void *arg);
284 static void do_all_fn(const OBJ_NAME *name, OBJ_DOALL *d)
290 IMPLEMENT_LHASH_DOALL_ARG_CONST(OBJ_NAME, OBJ_DOALL);
292 void OBJ_NAME_do_all(int type, void (*fn) (const OBJ_NAME *, void *arg),
307 const OBJ_NAME **names;
310 static void do_all_sorted_fn(const OBJ_NAME *name, void *d_)
322 const OBJ_NAME *const *n1 = n1_;
323 const OBJ_NAME *const *n2 = n2_;
329 void (*fn) (const OBJ_NAME *, void *arg),
354 static void names_lh_free_doall(OBJ_NAME *onp)