Searched refs:rs_e (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dadd.c57 if ( ! access_allowed( op, op->oq_add.rs_e,
75 fprintf( wfp, "%s", entry2str( op->oq_add.rs_e, &len ) );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dadd.c41 if ( ! access_allowed( op, op->oq_add.rs_e,
60 fprintf( fp, "%s", entry2str( op->oq_add.rs_e, &len ) );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Doverlayutils.c93 dump_slap_entry(req->rs_e);
H A Ddynid.c177 rc = attr_merge_one( op->oq_add.rs_e, ddmap->owneruuidAttr, &op->o_conn->c_authz.c_sai_krb5_pac_id, NULL );
183 owneruuidAttr = attr_find( op->oq_add.rs_e->e_attrs, ddmap->owneruuidAttr );
187 rc = attr_delete(&(op->oq_add.rs_e->e_attrs), ddmap->owneruuidAttr );
195 rc = attr_merge_one( op->oq_add.rs_e, ddmap->owneruuidAttr, owneruuidAttr->a_vals, NULL );
242 owneruuidAttr = attr_find( op->oq_add.rs_e->e_attrs, ddmap->owneruuidAttr );
246 rc = attr_delete(&(op->oq_add.rs_e->e_attrs), ddmap->owneruuidAttr );
254 rc = attr_merge_one( op->oq_add.rs_e, ddmap->owneruuidAttr, owneruuidAttr->a_vals, NULL );
299 rc = attr_delete(&(op->oq_add.rs_e->e_attrs), ddmap->idAttr );
300 rc = attr_merge_one( op->oq_add.rs_e, ddmap->idAttr, &bv, NULL );
302 idNumber = attr_find( op->oq_add.rs_e
[all...]
H A Dtranslucent.c571 op->oq_add.rs_e = e;
708 nop.oq_add.rs_e = e;
H A Dppolicy.c1414 if ((pa = attr_find( op->oq_add.rs_e->e_attrs,
H A Drwm.c289 for ( i = 0, ap = &op->oq_add.rs_e->e_attrs; *ap; ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dadd.c63 for ( i = 1, a = op->oq_add.rs_e->e_attrs; a; i++, a = a->a_next )
72 for ( i = 0, a = op->oq_add.rs_e->e_attrs; a; a = a->a_next ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/addpartial/
H A Daddpartial-overlay.c51 toAdd = op->oq_add.rs_e;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslap.h2056 Entry *rs_e; member in struct:req_add_s
2656 #define ora_e oq_add.rs_e

Completed in 132 milliseconds