Lines Matching defs:target_dn
724 char *target_dn = NULL;
781 if (target_dn && target_dn_allocated)
782 free(target_dn);
796 dn, &target_dn, &target_dn_allocated,
799 target_dn = dn;
857 rc = ldap_add_ext_s(conp->ld, target_dn,
862 rc = ldap_delete_ext_s(conp->ld, target_dn,
867 rc = ldap_modify_ext_s(conp->ld, target_dn,
872 rc = ldap_add_ext(conp->ld, target_dn,
877 rc = ldap_delete_ext(conp->ld, target_dn,
882 rc = ldap_modify_ext(conp->ld, target_dn,
1103 if (target_dn && target_dn_allocated) {
1104 free(target_dn);
1105 target_dn = NULL;
1108 target_dn = ref_info->refDN;