Searched refs:dnArray (Results 1 – 2 of 2) sorted by relevance
88 char **dnArray = NULL; in replace_mapped_attr_in_dn() local101 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()
4638 char **dnArray = NULL; in __s_api_replace_mapped_attr_in_dn() local4651 dnArray = ldap_explode_dn(dn, 0); in __s_api_replace_mapped_attr_in_dn()4658 for (i = 0; dnArray[i] != NULL; i++) { in __s_api_replace_mapped_attr_in_dn()4665 cur = strchr(dnArray[i], '='); in __s_api_replace_mapped_attr_in_dn()4667 if (strcasecmp(mapped_attr, dnArray[i]) == 0) in __s_api_replace_mapped_attr_in_dn()4674 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()4692 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()4703 cur = strstr(dn, dnArray[i]); in __s_api_replace_mapped_attr_in_dn()4704 __s_api_free2dArray(dnArray); in __s_api_replace_mapped_attr_in_dn()