Home
last modified time | relevance | path

Searched refs:ldap_build_modify_req (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dmodify.c60 ldap_build_modify_req( in ldap_build_modify_req() function
169 ber = ldap_build_modify_req( ld, dn, mods, sctrls, cctrls, &id ); in ldap_modify_ext()
H A Dldap-int.h687 LDAP_F (BerElement *) ldap_build_modify_req LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dmodify.c140 ber = ldap_build_modify_req( msc->msc_ld, mdn.bv_val, modv, ctrls, NULL, &msgid); in asyncmeta_back_modify_start()