Searched refs:backend_attribute (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | dds.c | 603 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn, in dds_op_modify() 630 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn, in dds_op_modify() 668 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn, in dds_op_modify() 694 rc = backend_attribute( op, NULL, &op->o_req_ndn, in dds_op_modify() 776 rc = backend_attribute( op, NULL, &op->o_req_ndn, in dds_op_modify() 910 rc = backend_attribute( op, NULL, &rs->sr_entry->e_nname, in dds_response()
|
H A D | collect.c | 402 rc = backend_attribute( op, NULL, &ci->ci_dn, in collect_response()
|
H A D | memberof.c | 1217 rc = backend_attribute( op, NULL, &op->o_req_ndn, in memberof_op_modify() 1419 rc = backend_attribute( op, NULL, &op->o_req_ndn, in memberof_res_modify() 1576 rc = backend_attribute( op, NULL, &newNDN, in memberof_res_modrdn() 1593 rc = backend_attribute( op, NULL, &newNDN, in memberof_res_modrdn()
|
H A D | dynlist.c | 856 if ( ad_dgIdentity && backend_attribute( &o, NULL, &o.o_req_ndn, in dynlist_compare() 862 && backend_attribute( &o, NULL, &o.o_req_ndn, in dynlist_compare()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | compare.c | 312 rs->sr_err = backend_attribute( op, NULL, &op->o_req_ndn, in fe_op_compare()
|
H A D | backend.c | 1725 if ( oex->oe_key == (void *)backend_attribute ) in fe_acl_attribute() 1842 backend_attribute( in backend_attribute() function 1855 oex.oe.oe_key = (void *)backend_attribute; in backend_attribute()
|
H A D | acl.c | 2354 backend_attribute( cp->asc_op, in acl_set_gather2() 2403 backend_attribute( op, e, &ndn, desc, &bvals, ACL_NONE ); in acl_match_set()
|
H A D | aci.c | 896 ret = backend_attribute( op, NULL, &parent_ndn, ad, &bvals, ACL_AUTH ); in dynacl_aci_mask()
|
H A D | backover.c | 617 bi_acl_attribute = backend_attribute; in over_acl_attribute()
|
H A D | saslauthz.c | 1980 rc = backend_attribute( op, NULL, searchDN, ad, &vals, ACL_AUTH ); in slap_sasl_check_authz()
|
H A D | syncrepl.c | 989 backend_attribute( op, NULL, &op->o_req_ndn, in do_syncrep1() 1004 backend_attribute( op, NULL, &op->o_req_ndn, in do_syncrep1() 1049 backend_attribute( op, NULL, &op->o_req_ndn, in do_syncrep1() 3087 if ( a && backend_attribute( op, NULL, &op->o_req_ndn, in syncrepl_message_to_op()
|
H A D | proto-slap.h | 421 LDAP_SLAPD_F (int) backend_attribute LDAP_P((
|