Searched refs:ldap_modify_ext (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | modify.c | 152 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 D | ldap_modify.3.links | 2 ldap_modify_ext.3
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPModifyRequest.cpp | 51 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 D | modify.c | 109 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 D | Makefile | 84 ldap_modify.3 ldap_modify_ext.3 \
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
H A D | modify.c | 192 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 D | winldap.d | 729 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 D | ldapmodify.c | 522 rc = ldap_modify_ext( ld, dn->bv_val, pmods, pctrls, NULL, &msgid ); in domodify()
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 1925 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 D | ldap.h | 1447 ldap_modify_ext LDAP_P((
|