Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c847 if (ptr->origAttr) { in __ns_ldap_freeAttributeMaps()
848 free(ptr->origAttr); in __ns_ldap_freeAttributeMaps()
849 ptr->origAttr = NULL; in __ns_ldap_freeAttributeMaps()
1030 const char *origAttr) in __ns_ldap_mapAttribute() argument
1035 if (origAttr == NULL) in __ns_ldap_mapAttribute()
1038 npp = __ns_ldap_getMappedAttributes(service, origAttr); in __ns_ldap_mapAttribute()
1043 mappedAttr = strdup(origAttr); in __ns_ldap_mapAttribute()
H A Dns_sldap.h500 char *origAttr; /* original attribute */ member
H A Dns_internal.h846 const char *origAttr);