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

/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c852 if (ptr->mappedAttr) {
853 for (cpp = ptr->mappedAttr; (cp = *cpp) != NULL; cpp++)
855 free(ptr->mappedAttr);
856 ptr->mappedAttr = NULL;
1034 char *mappedAttr; local
1041 mappedAttr = strdup(npp[0]);
1044 mappedAttr = strdup(origAttr);
1046 return (mappedAttr);
H A Dns_sldap.h500 char **mappedAttr; /* mapped attribute(s) */ member in struct:ns_ldap_attribute_map

Completed in 51 milliseconds