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

/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dldapdb.c123 static struct ldapdb_entry *allthreadsdata = NULL; local
131 while (allthreadsdata != NULL) {
132 threaddata = allthreadsdata;
142 allthreadsdata = threaddata->next;
151 threaddata = ldapdb_find(allthreadsdata, &threadid, sizeof(threadid));
168 ldapdb_insert(&allthreadsdata, threaddata);

Completed in 20 milliseconds