Home
last modified time | relevance | path

Searched refs:reverse_attrs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dunique.c508 unique_attrs *attr, *next_attr, *reverse_attrs; in unique_cf_attrs() local
616 reverse_attrs = NULL; in unique_cf_attrs()
621 attr->next = reverse_attrs; in unique_cf_attrs()
622 reverse_attrs = attr; in unique_cf_attrs()
627 *attrp = reverse_attrs; in unique_cf_attrs()