|
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.
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (wldap32) | |
| PCHAR CDECL | ldap_dn2ufnA (PCHAR dn) |
| PWCHAR CDECL | ldap_dn2ufnW (PWCHAR dn) |
| PCHAR *CDECL | ldap_explode_dnA (PCHAR dn, ULONG notypes) |
| PWCHAR *CDECL | ldap_explode_dnW (PWCHAR dn, ULONG notypes) |
| PCHAR CDECL | ldap_get_dnA (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry) |
| PWCHAR CDECL | ldap_get_dnW (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry) |
| ULONG CDECL | ldap_ufn2dnA (PCHAR ufn, PCHAR *dn) |
| ULONG CDECL | ldap_ufn2dnW (PWCHAR ufn, PWCHAR *dn) |
Definition at line 44 of file dn.c.
Definition at line 80 of file dn.c.
Referenced by ldap_dn2ufnA().
Definition at line 106 of file dn.c.
Definition at line 144 of file dn.c.
Referenced by ldap_explode_dnA().
| PCHAR CDECL ldap_get_dnA | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | entry | ||
| ) |
Definition at line 170 of file dn.c.
| PWCHAR CDECL ldap_get_dnW | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | entry | ||
| ) |
Definition at line 205 of file dn.c.
Referenced by ldap_get_dnA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |