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

/bind-9.11.3/contrib/sdb/ldap/
H A Dldapdb.c123 static struct ldapdb_entry *allthreadsdata = NULL; local
131 while (allthreadsdata != NULL) {
132 threaddata = allthreadsdata;
141 allthreadsdata = threaddata->next;
150 threaddata = ldapdb_find(allthreadsdata, &threadid, sizeof(threadid));
167 ldapdb_insert(&allthreadsdata, threaddata);

Completed in 599 milliseconds