Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_writes.c88 char **dnArray = NULL; in replace_mapped_attr_in_dn() local
101 dnArray = ldap_explode_dn(dn, 0); in replace_mapped_attr_in_dn()
102 if (!dnArray || !*dnArray) in replace_mapped_attr_in_dn()
105 cur = strchr(dnArray[0], '='); in replace_mapped_attr_in_dn()
107 __s_api_free2dArray(dnArray); in replace_mapped_attr_in_dn()
119 mappedattr = __ns_ldap_getMappedAttributes(rservice, dnArray[0]); in replace_mapped_attr_in_dn()
121 __s_api_free2dArray(dnArray); in replace_mapped_attr_in_dn()
126 orig_len = strlen(dnArray[0]); in replace_mapped_attr_in_dn()
141 __s_api_free2dArray(dnArray); in replace_mapped_attr_in_dn()
147 __s_api_free2dArray(dnArray); in replace_mapped_attr_in_dn()
H A Dns_reads.c4759 char **dnArray = NULL; in __s_api_replace_mapped_attr_in_dn() local
4773 dnArray = ldap_explode_dn(dn, 0); in __s_api_replace_mapped_attr_in_dn()
4780 for (i = 0; dnArray[i] != NULL; i++) { in __s_api_replace_mapped_attr_in_dn()
4787 cur = strchr(dnArray[i], '='); in __s_api_replace_mapped_attr_in_dn()
4789 if (strcasecmp(mapped_attr, dnArray[i]) == 0) in __s_api_replace_mapped_attr_in_dn()
4797 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()
4815 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()
4826 cur = strstr(dn, dnArray[i]); in __s_api_replace_mapped_attr_in_dn()
4827 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()