Home
last modified time | relevance | path

Searched refs:ldap_modify_ext (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dmodify.c152 ldap_modify_ext( LDAP *ld, in ldap_modify_ext() function
206 rc = ldap_modify_ext( ld, dn, mods, NULL, NULL, &msgid ); in ldap_modify()
222 rc = ldap_modify_ext( ld, dn, mods, sctrl, cctrl, &msgid ); in ldap_modify_ext_s()
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_modify.3.links2 ldap_modify_ext.3
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPModifyRequest.cpp51 int err=ldap_modify_ext(m_connection->getSessionHandle(),m_dn.c_str(), in sendRequest()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmodify.c109 rs->sr_err = ldap_modify_ext( lc->lc_ld, op->o_req_dn.bv_val, modv, in ldap_back_modify()
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile84 ldap_modify.3 ldap_modify_ext.3 \
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmodify.c192 rs->sr_err = ldap_modify_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val, in meta_back_modify()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d729 alias ldap_modify_extW ldap_modify_ext;
814 alias ldap_modify_extA ldap_modify_ext;
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c522 rc = ldap_modify_ext( ld, dn->bv_val, pmods, pctrls, NULL, &msgid ); in domodify()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt1925 int ldap_modify_ext(
1978 request if the ldap_modify_ext() call succeeds. The value
2021 The ldap_modify_ext() function initiates an asynchronous modify opera-
2025 interpret them. If successful, ldap_modify_ext() places the message id
2029 Similar to ldap_modify_ext(), the ldap_modify() function initiates an
2031 tion initiated. As for ldap_modify_ext(), a subsequent call to
2042 The ldap_modify_ext() and ldap_modify_ext_s() functions support LDAPv3
4572 ldap_modify_ext(), ldap_add_ext(), ldap_delete_ext(),
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1447 ldap_modify_ext LDAP_P((