Lines Matching full:tdbs
238 struct tdb_context *next; /* all tdbs to avoid multiple opens */3710 static struct tdb_context *tdbs = NULL;3778 for (i = tdbs; i; i = i->next) {3977 tdb->next = tdbs;3978 tdbs = tdb;4038 for (i = &tdbs; *i; i = &(*i)->next) {4121 for (tdb=tdbs; tdb; tdb = tdb->next) {