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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c335 char *attribute = NULL; local
362 attribute = attrs[i];
366 /* get the list of values for this attribute. */
401 while (attribute != NULL) {
402 /* get the list of values for this attribute. */
403 vals = ldap_get_values(dbc, entry, attribute);
408 attribute = attrs[++i];
468 attribute = attrs[++i];
469 } /* end while (attribute != NULL) */

Completed in 272 milliseconds