ReactOS 0.4.16-dev-297-gc569aee
|
#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) | |
ULONG CDECL | WLDAP32_ldap_count_values_len (struct WLDAP32_berval **vals) |
ULONG CDECL | ldap_count_valuesA (PCHAR *vals) |
ULONG CDECL | ldap_count_valuesW (PWCHAR *vals) |
PCHAR *CDECL | ldap_get_valuesA (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, PCHAR attr) |
PWCHAR *CDECL | ldap_get_valuesW (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *entry, PWCHAR attr) |
struct WLDAP32_berval **CDECL | ldap_get_values_lenA (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *message, PCHAR attr) |
struct WLDAP32_berval **CDECL | ldap_get_values_lenW (WLDAP32_LDAP *ld, WLDAP32_LDAPMessage *message, PWCHAR attr) |
ULONG CDECL | WLDAP32_ldap_value_free_len (struct WLDAP32_berval **vals) |
ULONG CDECL | ldap_value_freeA (PCHAR *vals) |
ULONG CDECL | ldap_value_freeW (PWCHAR *vals) |
Definition at line 72 of file value.c.
Definition at line 108 of file value.c.
Referenced by ldap_count_valuesA().
struct WLDAP32_berval **CDECL ldap_get_values_lenA | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPMessage * | message, | ||
PCHAR | attr | ||
) |
Definition at line 249 of file value.c.
struct WLDAP32_berval **CDECL ldap_get_values_lenW | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPMessage * | message, | ||
PWCHAR | attr | ||
) |
Definition at line 292 of file value.c.
Referenced by ldap_get_values_lenA().
PCHAR *CDECL ldap_get_valuesA | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPMessage * | entry, | ||
PCHAR | attr | ||
) |
Definition at line 130 of file value.c.
PWCHAR *CDECL ldap_get_valuesW | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPMessage * | entry, | ||
PWCHAR | attr | ||
) |
Definition at line 217 of file value.c.
Referenced by ldap_get_valuesA().
Definition at line 364 of file value.c.
Referenced by ldap_explode_dnA(), ldap_get_optionA(), ldap_get_valuesA(), ldap_parse_referenceA(), and ldap_parse_resultA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |
ULONG CDECL WLDAP32_ldap_count_values_len | ( | struct WLDAP32_berval ** | vals | ) |