Searched refs:listobj (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c1045 cfg_obj_t *listobj = NULL; local
1050 CHECK(cfg_create_list(pctx, listtype, &listobj));
1059 ISC_LIST_APPEND(listobj->value.list, elt, link);
1062 *ret = listobj;
1068 CLEANUP_OBJ(listobj);
1121 cfg_obj_t *listobj = NULL; local
1125 CHECK(cfg_create_list(pctx, listtype, &listobj));
1135 ISC_LIST_APPEND(listobj->value.list, elt, link);
1137 *ret = listobj;
1141 CLEANUP_OBJ(listobj);
1327 cfg_obj_t *listobj = NULL; local
1702 cfg_obj_t *listobj = NULL; local
[all...]
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c2399 objlist_put_after(Objlist *list, Obj_Entry *listobj, Obj_Entry *obj) argument
2404 if (listelm->obj == listobj)

Completed in 118 milliseconds