|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "config.h"#include "wine/port.h"#include <stdarg.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winldap_private.h"#include "wldap32.h"#include "wine/debug.h"
Go to the source code of this file.
Definition at line 140 of file bind.c.
Definition at line 186 of file bind.c.
Referenced by ldap_bind_sA().
Definition at line 44 of file bind.c.
Definition at line 93 of file bind.c.
Referenced by ldap_bindA().
| ULONG CDECL ldap_sasl_bind_sA | ( | WLDAP32_LDAP * | ld, |
| const PCHAR | dn, | ||
| const PCHAR | mechanism, | ||
| const BERVAL * | cred, | ||
| PLDAPControlA * | serverctrls, | ||
| PLDAPControlA * | clientctrls, | ||
| PBERVAL * | serverdata | ||
| ) |
Definition at line 347 of file bind.c.
| ULONG CDECL ldap_sasl_bind_sW | ( | WLDAP32_LDAP * | ld, |
| const PWCHAR | dn, | ||
| const PWCHAR | mechanism, | ||
| const BERVAL * | cred, | ||
| PLDAPControlW * | serverctrls, | ||
| PLDAPControlW * | clientctrls, | ||
| PBERVAL * | serverdata | ||
| ) |
Definition at line 413 of file bind.c.
Referenced by ldap_sasl_bind_sA().
| ULONG CDECL ldap_sasl_bindA | ( | WLDAP32_LDAP * | ld, |
| const PCHAR | dn, | ||
| const PCHAR | mechanism, | ||
| const BERVAL * | cred, | ||
| PLDAPControlA * | serverctrls, | ||
| PLDAPControlA * | clientctrls, | ||
| int * | message | ||
| ) |
Definition at line 227 of file bind.c.
| ULONG CDECL ldap_sasl_bindW | ( | WLDAP32_LDAP * | ld, |
| const PWCHAR | dn, | ||
| const PWCHAR | mechanism, | ||
| const BERVAL * | cred, | ||
| PLDAPControlW * | serverctrls, | ||
| PLDAPControlW * | clientctrls, | ||
| int * | message | ||
| ) |
Definition at line 293 of file bind.c.
Referenced by ldap_sasl_bindA().
| ULONG CDECL ldap_simple_bind_sA | ( | WLDAP32_LDAP * | ld, |
| PCHAR | dn, | ||
| PCHAR | passwd | ||
| ) |
Definition at line 561 of file bind.c.
| ULONG CDECL ldap_simple_bind_sW | ( | WLDAP32_LDAP * | ld, |
| PWCHAR | dn, | ||
| PWCHAR | passwd | ||
| ) |
Definition at line 609 of file bind.c.
Referenced by ldap_simple_bind_sA().
| ULONG CDECL ldap_simple_bindA | ( | WLDAP32_LDAP * | ld, |
| PCHAR | dn, | ||
| PCHAR | passwd | ||
| ) |
Definition at line 467 of file bind.c.
| ULONG CDECL ldap_simple_bindW | ( | WLDAP32_LDAP * | ld, |
| PWCHAR | dn, | ||
| PWCHAR | passwd | ||
| ) |
Definition at line 515 of file bind.c.
Referenced by ldap_simple_bindA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |
| ULONG CDECL WLDAP32_ldap_unbind | ( | WLDAP32_LDAP * | ld | ) |
| ULONG CDECL WLDAP32_ldap_unbind_s | ( | WLDAP32_LDAP * | ld | ) |