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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c848 if (ptr->origAttr) {
849 free(ptr->origAttr);
850 ptr->origAttr = NULL;
1031 const char *origAttr)
1036 if (origAttr == NULL)
1039 npp = __ns_ldap_getMappedAttributes(service, origAttr);
1044 mappedAttr = strdup(origAttr);
1029 __ns_ldap_mapAttribute( const char *service, const char *origAttr) argument
H A Dns_sldap.h499 char *origAttr; /* original attribute */ member in struct:ns_ldap_attribute_map

Completed in 49 milliseconds