Searched refs:elem (Results 1 - 2 of 2) 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...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl158 set elem [file split $prg]
159 set leng [expr {[llength $elem] - 1}]
160 set name [lindex $elem $leng]

Completed in 12 milliseconds