Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c613 LDAPMod **modArray; local
658 modArray = (LDAPMod **)malloc (sizeof(LDAPMod *) * (allPairs + 1));
674 mod = modArray[modIndex++] = (LDAPMod *) malloc (sizeof(LDAPMod));
722 modArray[modIndex] = (LDAPMod *) NULL;
725 result = ldap_add_s (ldap, dn, modArray);
727 result = ldap_modify_s (ldap, dn, modArray);
735 free ((char *) modArray[i]->mod_vals.modv_strvals);
736 free ((char *) modArray[i]);
738 free ((char *) modArray);