Home
last modified time | relevance | path

Searched refs:LDAP_OPT_PROTOCOL_VERSION (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/wldap32/
H A Dparse.c130 ret = ldap_get_optionW( ld, LDAP_OPT_PROTOCOL_VERSION, &version ); in test_ldap_get_optionW()
/reactos/dll/win32/wldap32/
H A Dinit.c213 ldap_set_option( ld, LDAP_OPT_PROTOCOL_VERSION, &version ); in create_context()
/reactos/sdk/include/psdk/
H A Dwinldap.h145 #define LDAP_OPT_PROTOCOL_VERSION 0x11 macro
175 #define LDAP_OPT_VERSION LDAP_OPT_PROTOCOL_VERSION
/reactos/base/services/nfsd/
H A Didmap.c838 status = ldap_set_option(context->ldap, LDAP_OPT_PROTOCOL_VERSION, in nfs41_idmap_create()