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

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c328 char *attribute = NULL; local
355 attribute = attrs[i];
359 /* get the list of values for this attribute. */
394 while (attribute != NULL) {
395 /* get the list of values for this attribute. */
396 vals = ldap_get_values(dbc, entry, attribute);
401 attribute = attrs[++i];
461 attribute = attrs[++i];
462 } /* end while (attribute != NULL) */
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c319 char *attribute = NULL; local
341 attribute = attrs[i];
345 /* get the list of values for this attribute. */
379 while (attribute != NULL) {
380 /* get the list of values for this attribute. */
381 vals = ldap_get_values(dbc, entry, attribute);
386 attribute = attrs[++i];
442 attribute = attrs[++i];

Completed in 2519 milliseconds