Searched defs:elem (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Ddyndb.c386 dyndb_implementation_t *elem; local
392 elem = TAIL(dyndb_implementations);
393 while (elem != NULL) {
394 prev = PREV(elem, link);
395 UNLINK(dyndb_implementations, elem, link);
398 "unloading DynDB instance '%s'", elem->name);
399 elem->destroy_func(&elem->inst);
400 ENSURE(elem->inst == NULL);
401 unload_library(&elem);
[all...]

Completed in 10 milliseconds