Home
last modified time | relevance | path

Searched refs:ldap_search_ext (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A Dldap_search.3.links3 ldap_search_ext.3
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-read.c285 rc = ldap_search_ext( ld, entry, LDAP_SCOPE_BASE, in do_read()
392 rc = ldap_search_ext( ld, entry, LDAP_SCOPE_BASE, in do_read()
H A Dslapd-search.c335 rc = ldap_search_ext( ld, sbase, scope, in do_search()
440 rc = ldap_search_ext( ld, sbase, scope, in do_search()
H A Dslapd-auth.c223 rc = ldap_search_ext( sld, base, LDAP_SCOPE_SUB, in my_task()
H A Dslapd-watcher.c679 rc = ldap_search_ext( ld, "cn=monitor", in main()
701 rc = ldap_search_ext( ld, base.bv_val, in main()
H A Dslapd-bind.c400 rc = ldap_search_ext( ld, base, LDAP_SCOPE_SUBTREE, in do_base()
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPSearchRequest.cpp70 int err=ldap_search_ext(m_connection->getSessionHandle(), m_base.c_str(), in sendRequest()
/netbsd-src/external/bsd/openldap/lib/libldap/
H A DMakefile121 ldap_search.3 ldap_search_ext.3 \
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dsearch.c61 ldap_search_ext( in ldap_search_ext() function
H A Dldap_sync.c742 rc = ldap_search_ext( ls->ls_ld, in ldap_sync_init()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinldap.d752 alias ldap_search_extW ldap_search_ext;
837 alias ldap_search_extA ldap_search_ext;
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-ietf-ldapext-ldap-c-api-xx.txt1293 passed directly to some LDAP API calls such as ldap_search_ext(), in
1554 int ldap_search_ext(
1667 For the ldap_search_ext() and ldap_search_ext_s() func-
1691 sizelimit For the ldap_search_ext() and ldap_search_ext_s() calls,
1711 request if the ldap_search_ext() call succeeds. The value
1725 The ldap_search_ext() function initiates an asynchronous search opera-
1729 interpret them. If successful, ldap_search_ext() places the message id
1743 Similar to ldap_search_ext(), the ldap_search() function initiates an
1745 tion initiated. As for ldap_search_ext(), a subsequent call to
1761 The ldap_search_ext() and ldap_search_ext_s() functions support LDAPv3
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_ldap.c491 if ((rc = ldap_search_ext(ld, base, scope, query, attrs, WANTVALS, 0, 0, in search_st()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1916 ldap_search_ext LDAP_P((
/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c1749 rc = ldap_search_ext( ld, base, scope, filter, attrs, attrsonly, in dosearch()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c1574 ret = ldap_search_ext(HDB2LDAP(db), HDB2BASE(db), in LDAP_firstkey()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c688 rc = ldap_search_ext( si->si_ld, base, scope, filter, attrs, attrsonly, in ldap_sync_search()