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

/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dldapdb.c275 LDAP *ld = *ldp; local
287 e = ldap_first_entry(ld, res);
296 names = ldap_get_values(ld, e, "relativeDomainName");
301 vals = ldap_get_values(ld, e, "dNSTTL");
307 for (a = ldap_first_attribute(ld, e, &ptr); a != NULL; a = ldap_next_attribute(ld, e, ptr)) {
322 vals = ldap_get_values(ld, e, a);

Completed in 53 milliseconds