OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldap_add_ext
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
add.c
84
rc =
ldap_add_ext
( ld, dn, attrs, NULL, NULL, &msgid );
184
*
ldap_add_ext
- initiate an ldap extended add operation. Parameters:
203
* rc =
ldap_add_ext
( ld, dn, attrs, NULL, NULL, &msgid );
206
ldap_add_ext
(
function
218
Debug0( LDAP_DEBUG_TRACE, "
ldap_add_ext
\n" );
252
rc =
ldap_add_ext
( ld, dn, attrs, sctrls, cctrls, &msgid );
/src/external/bsd/openldap/dist/contrib/ldapc++/src/
LDAPAddRequest.cpp
50
int err=
ldap_add_ext
(m_connection->getSessionHandle(),
/src/external/bsd/openldap/dist/servers/slapd/back-ldap/
add.c
107
rs->sr_err =
ldap_add_ext
( lc->lc_ld, op->o_req_dn.bv_val, attrs,
/src/external/bsd/openldap/lib/libldap/
Makefile
25
ldap_add.3
ldap_add_ext
.3 \
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
add.c
185
rs->sr_err =
ldap_add_ext
( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
/src/external/bsd/openldap/dist/clients/tools/
ldapmodify.c
538
rc =
ldap_add_ext
( ld, dn->bv_val, pmods, pctrls, NULL, &msgid );
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d
715
alias ldap_add_extW
ldap_add_ext
;
800
alias ldap_add_extA
ldap_add_ext
;
/src/external/bsd/openldap/dist/include/
ldap.h
1178
ldap_add_ext
LDAP_P((
1196
ldap_add LDAP_P(( /* deprecated, use
ldap_add_ext
*/
/src/external/bsd/openldap/dist/contrib/ldapc++/
configure
15960
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
ldap_add_ext
in -lldap" >&5
15961
$as_echo_n "checking for
ldap_add_ext
in -lldap... " >&6; }
15978
char
ldap_add_ext
();
15982
return
ldap_add_ext
();
16004
echo " didn't find
ldap_add_ext
in libldap !";
16030
$EGREP "
ldap_add_ext
" >/dev/null 2>&1; then :
16036
echo " didn't find
ldap_add_ext
in ldap.h!";
Completed in 53 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026