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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c837 cookie->nextEntry = curEntry;
839 cookie->nextEntry->next = curEntry;
840 cookie->nextEntry = curEntry;
2261 ns_ldap_entry_t *nextEntry; local
2815 for (nextEntry = cookie->result->entry;
2816 nextEntry != NULL;
2817 nextEntry = nextEntry->next) {
2818 rc = (*cookie->callback)(nextEntry,
H A Dns_internal.h649 ns_ldap_entry_t *nextEntry; member in struct:ns_ldap_cookie

Completed in 71 milliseconds