Searched refs:ldap_extended_operation (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | txn.c | 48 return ldap_extended_operation( ld, LDAP_EXOP_TXN_START, in ldap_txn_start() 90 rc = ldap_extended_operation( ld, LDAP_EXOP_TXN_END, in ldap_txn_end()
|
H A D | cancel.c | 56 rc = ldap_extended_operation( ld, LDAP_EXOP_CANCEL, in ldap_cancel()
|
H A D | turn.c | 63 rc = ldap_extended_operation( ld, LDAP_EXOP_X_TURN, in ldap_turn()
|
H A D | whoami.c | 76 rc = ldap_extended_operation( ld, LDAP_EXOP_WHO_AM_I, in ldap_whoami()
|
H A D | extended.c | 102 ldap_extended_operation( in ldap_extended_operation() function 157 rc = ldap_extended_operation( ld, reqoid, reqdata, in ldap_extended_operation_s()
|
H A D | passwd.c | 137 rc = ldap_extended_operation( ld, LDAP_EXOP_MODIFY_PASSWD, in ldap_passwd()
|
H A D | dds.c | 125 rc = ldap_extended_operation( ld, LDAP_EXOP_REFRESH, &bv, in ldap_refresh()
|
H A D | vc.c | 287 rc = ldap_extended_operation(ld, LDAP_EXOP_VERIFY_CREDENTIALS, in ldap_verify_credentials()
|
H A D | tls2.c | 1291 return ldap_extended_operation( ld, LDAP_EXOP_START_TLS, in ldap_start_tls()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPExtRequest.cpp | 53 int err=ldap_extended_operation(m_connection->getSessionHandle(), in sendRequest()
|
/netbsd-src/external/bsd/openldap/dist/clients/tools/ |
H A D | ldapexop.c | 205 rc = ldap_extended_operation( ld, argv[ 0 ], p ? &reqdata : NULL, NULL, NULL, &id ); in main()
|
H A D | ldappasswd.c | 305 rc = ldap_extended_operation( ld, in main()
|
H A D | ldapsearch.c | 1878 ldap_extended_operation(ld, LDAP_EXOP_CANCEL, in dosearch()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | extended.c | 326 rc = ldap_extended_operation( lc->lc_ld, in ldap_back_exop_generic()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 727 alias ldap_extended_operationW ldap_extended_operation; 812 alias ldap_extended_operationA ldap_extended_operation;
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 2367 The ldap_extended_operation() and ldap_extended_operation_s() routines 2371 int ldap_extended_operation( 2414 request if the ldap_extended_operation() call succeeds. The 2430 The ldap_extended_operation() function initiates an asynchronous 2434 and how to interpret them. If successful, ldap_extended_operation() 2447 The ldap_extended_operation() and ldap_extended_operation_s() functions 4573 ldap_extended_operation().
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1121 ldap_extended_operation LDAP_P((
|