Home
last modified time | relevance | path

Searched refs:ad_reqMod (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Daccesslog.c204 *ad_reqNewSuperior, *ad_reqDeleteOldRDN, *ad_reqMod, variable
322 "SYNTAX OMsOctetString )", &ad_reqMod },
1635 a = attr_alloc( logop == LOG_EN_ADD ? ad_reqMod : ad_reqOld ); in accesslog_response()
1743 a = attr_alloc( ad_reqMod ); in accesslog_response()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c226 static AttributeDescription *ad_reqMod, *ad_reqDN; variable
308 if ( !ad_reqMod ) { in init_syncrepl()
312 slap_bv2ad( &ls->ls_mod, &ad_reqMod, &text ); in init_syncrepl()
2577 Attribute *a = attr_find( rs->sr_entry->e_attrs, ad_reqMod ); in syncrepl_resolve_cb()
2794 an[0].an_desc = ad_reqMod; in syncrepl_op_modify()
2795 an[0].an_name = ad_reqMod->ad_cname; in syncrepl_op_modify()