Searched refs:e_dn (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dschema_check.c121 e->e_dn, textbuf, 0 );
130 e->e_dn, 0, 0 );
143 e->e_dn, 0, 0 );
174 e->e_dn, textbuf, 0 );
187 e->e_dn, textbuf, 0 );
201 e->e_dn, textbuf, 0 );
265 e->e_dn, textbuf, 0 );
289 e->e_dn, textbuf, 0 );
314 e->e_dn, textbuf, 0 );
333 e->e_dn, textbu
[all...]
H A Dslapadd.c122 progname, erec->lineno, e->e_dn );
152 e->e_dn );
434 "(line=%d): %s\n", progname, erec.e->e_dn,
443 erec.e->e_dn, (long) id );
447 erec.e->e_dn );
H A Dentry.c186 if ( e->e_dn != NULL ) {
189 (long) e->e_id, e->e_dn, vals[i].bv_val );
402 e->e_dn, (unsigned long) e, 0 );
460 if ( e->e_dn != NULL ) {
464 ldif_sput_wrap( &ecur, LDIF_PUT_VALUE, "dn", e->e_dn, tmplen, wrap );
744 (long) e->e_id, e->e_dn, 0 );
757 AC_MEMCPY(ptr, e->e_dn, dnlen);
798 (long) e->e_id, e->e_dn, 0 );
885 x->e_dn, 0, 0 );
966 x->e_dn,
[all...]
H A Dslapcommon.c1082 e->e_dn, (long) ctxcsn_id );
1177 progname, e->e_dn, lineno,
1191 progname, e->e_dn, lineno, rc, *text );
1203 progname, e->e_dn, lineno, rc, *text );
1212 progname, e->e_dn, lineno, rc, *text );
H A Droot_dse.c444 e->e_dn, fname, lineno );
H A Doc.c92 e->e_dn == NULL ? "" : e->e_dn,
H A Dacl.c302 e->e_dn, attr, 0 );
427 access2str( access ), e->e_dn, attr );
464 e->e_dn, attr, 0 );
851 if ( e->e_dn == NULL )
1144 e->e_dn, attr, 0 );
H A Dresult.c1747 op->o_log_prefix, oid->bv_val, e->e_dn );
H A Dslap.h1213 #define e_dn e_name.bv_val macro
H A Dapplehelpers.c142 Debug(LDAP_DEBUG_ANY, "%s: could not locate authAuthority attribute for: %s\n", __PRETTY_FUNCTION__, e->e_dn, 0);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dcompare.c47 rs->sr_matched = matched->e_dn;
H A Dmodify.c54 rs->sr_matched = matched->e_dn;
H A Dsearch.c187 rs->sr_matched = matched->e_dn;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dcompare.c75 rs->sr_matched = ch_strdup( e->e_dn );
H A Dindex.c498 (long) e->e_id, e->e_dn );
564 (long) e->e_id, e->e_dn );
571 (long) e->e_id, e->e_dn );
H A Dtools.c659 "( %ld, \"%s\" )\n", (long) e->e_id, e->e_dn, 0 );
853 (long) id, e->e_dn, 0 );
912 (long) e->e_id, e->e_dn, 0 );
H A Dmodify.c86 e->e_id, e->e_dn, 0);
556 rs->sr_matched = ch_strdup( e->e_dn );
H A Dmodrdn.c198 rs->sr_matched = ch_strdup( e->e_dn );
277 ": entry %s is referral\n", e->e_dn, 0, 0 );
H A Dadd.c504 op->ora_e->e_id, op->ora_e->e_dn );
H A Ddelete.c200 rs->sr_matched = ch_strdup( matched->e_dn );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dadd.c199 if ( mdn.bv_val != op->ora_e->e_dn ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c565 "cannot create file", e->e_dn, STRERROR( save_errno ) );
1289 (unsigned long) op->o_tag, op->o_req_dn.bv_val, entry->e_dn );
1300 rs->sr_matched = entry->e_dn;
1399 Debug( LDAP_DEBUG_TRACE, "ldif_back_add: \"%s\"\n", e->e_dn, 0, 0 );
1612 s, op->o_req_dn.bv_val, entry->e_dn );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dodusers.c92 Debug(LDAP_DEBUG_ANY, "%s: access denied: %s attempted to delete child of %s", __PRETTY_FUNCTION__, fakeop->o_ndn.bv_val, p->e_dn);

Completed in 175 milliseconds