Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c851 if (ptr->mappedAttr) { in __ns_ldap_freeAttributeMaps()
852 for (cpp = ptr->mappedAttr; (cp = *cpp) != NULL; cpp++) in __ns_ldap_freeAttributeMaps()
854 free(ptr->mappedAttr); in __ns_ldap_freeAttributeMaps()
855 ptr->mappedAttr = NULL; in __ns_ldap_freeAttributeMaps()
1033 char *mappedAttr; in __ns_ldap_mapAttribute() local
1040 mappedAttr = strdup(npp[0]); in __ns_ldap_mapAttribute()
1043 mappedAttr = strdup(origAttr); in __ns_ldap_mapAttribute()
1045 return (mappedAttr); in __ns_ldap_mapAttribute()
H A Dns_sldap.h501 char **mappedAttr; /* mapped attribute(s) */ member