Lines Matching defs:dn
619 char **dn = 0;
636 /* Set escapeFlag if LHS is "dn" to escape special chars */
640 strcasecmp(r->lhs.element->element.item.name, "dn") == 0) {
690 if (dn == 0)
691 dn = findDNs(myself, rv, 1,
696 t->objectDN, dn, numDN);
744 * If this is the 'dn', and the value ends in a
747 if (strcasecmp("dn", lval->val[i].value) == 0 &&
1013 * Look for "dn", or "cn".
1015 if ((v = findVal("dn", rv, type)) != 0)
1026 * in the returned array will have unique 'dn'. On entry, *numVals
1033 char *dn, *odn;
1041 if ((dn = findVal("dn", &rv[i], mit_ldap)) != 0) {
1043 if ((odn = findVal("dn", &rvq[j],
1046 if (strcmp(dn, odn) != 0)