Searched refs:ldap_add_ext (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
H A D | configure.ac | 63 AC_CHECK_LIB(ldap,ldap_add_ext,[ 67 echo " didn't find ldap_add_ext in libldap !"; 77 AC_EGREP_HEADER(ldap_add_ext,ldap.h,[ 81 echo " didn't find ldap_add_ext in ldap.h!";
|
H A D | configure | 15957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_add_ext in -lldap" >&5 15958 $as_echo_n "checking for ldap_add_ext in -lldap... " >&6; } 16068 echo " didn't find ldap_add_ext in ldap.h!";
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | add.c | 84 rc = ldap_add_ext( ld, dn, attrs, NULL, NULL, &msgid ); in ldap_add() 206 ldap_add_ext( in ldap_add_ext() function 252 rc = ldap_add_ext( ld, dn, attrs, sctrls, cctrls, &msgid ); in ldap_add_ext_s()
|
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/ |
H A D | ldap_add.3.links | 2 ldap_add_ext.3
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPAddRequest.cpp | 50 int err=ldap_add_ext(m_connection->getSessionHandle(), in sendRequest()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | add.c | 107 rs->sr_err = ldap_add_ext( lc->lc_ld, op->o_req_dn.bv_val, attrs, in ldap_back_add()
|
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 25 ldap_add.3 ldap_add_ext.3 \
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
H A D | add.c | 183 rs->sr_err = ldap_add_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val, in meta_back_add()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 715 alias ldap_add_extW ldap_add_ext; 800 alias ldap_add_extA ldap_add_ext;
|
/netbsd-src/external/bsd/openldap/dist/clients/tools/ |
H A D | ldapmodify.c | 520 rc = ldap_add_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 | 2175 int ldap_add_ext( 2232 request if the ldap_add_ext() call succeeds. The value is 2246 The ldap_add_ext() function initiates an asynchronous add operation and 2250 them. If successful, ldap_add_ext() places the message id of the 2254 Similar to ldap_add_ext(), the ldap_add() function initiates an asyn- 2256 tiated. As for ldap_add_ext(), a subsequent call to ldap_result(), 2267 The ldap_add_ext() and ldap_add_ext_s() functions support LDAPv3 server 4572 ldap_modify_ext(), ldap_add_ext(), ldap_delete_ext(),
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1178 ldap_add_ext LDAP_P((
|