|
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.
| ULONG CDECL ldap_parse_extended_resultA | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | result, | ||
| PCHAR * | oid, | ||
| struct WLDAP32_berval ** | data, | ||
| BOOLEAN | free | ||
| ) |
Definition at line 44 of file parse.c.
| ULONG CDECL ldap_parse_extended_resultW | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | result, | ||
| PWCHAR * | oid, | ||
| struct WLDAP32_berval ** | data, | ||
| BOOLEAN | free | ||
| ) |
Definition at line 88 of file parse.c.
Referenced by ldap_parse_extended_resultA().
| ULONG CDECL ldap_parse_referenceA | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | message, | ||
| PCHAR ** | referrals | ||
| ) |
Definition at line 117 of file parse.c.
| ULONG CDECL ldap_parse_referenceW | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | message, | ||
| PWCHAR ** | referrals | ||
| ) |
Definition at line 154 of file parse.c.
Referenced by ldap_parse_referenceA().
| ULONG CDECL ldap_parse_resultA | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | result, | ||
| ULONG * | retcode, | ||
| PCHAR * | matched, | ||
| PCHAR * | error, | ||
| PCHAR ** | referrals, | ||
| PLDAPControlA ** | serverctrls, | ||
| BOOLEAN | free | ||
| ) |
Definition at line 179 of file parse.c.
Referenced by test_ldap_parse_sort_control().
| ULONG CDECL ldap_parse_resultW | ( | WLDAP32_LDAP * | ld, |
| WLDAP32_LDAPMessage * | result, | ||
| ULONG * | retcode, | ||
| PWCHAR * | matched, | ||
| PWCHAR * | error, | ||
| PWCHAR ** | referrals, | ||
| PLDAPControlW ** | serverctrls, | ||
| BOOLEAN | free | ||
| ) |
Definition at line 236 of file parse.c.
Referenced by ldap_parse_resultA().
| ULONG CDECL ldap_parse_sort_controlA | ( | WLDAP32_LDAP * | ld, |
| PLDAPControlA * | control, | ||
| ULONG * | result, | ||
| PCHAR * | attr | ||
| ) |
Definition at line 273 of file parse.c.
Referenced by test_ldap_parse_sort_control().
| ULONG CDECL ldap_parse_sort_controlW | ( | WLDAP32_LDAP * | ld, |
| PLDAPControlW * | control, | ||
| ULONG * | result, | ||
| PWCHAR * | attr | ||
| ) |
Definition at line 316 of file parse.c.
Referenced by ldap_parse_sort_controlA().
| INT CDECL ldap_parse_vlv_controlA | ( | WLDAP32_LDAP * | ld, |
| PLDAPControlA * | control, | ||
| PULONG | targetpos, | ||
| PULONG | listcount, | ||
| struct WLDAP32_berval ** | context, | ||
| PINT | errcode | ||
| ) |
Definition at line 373 of file parse.c.
| INT CDECL ldap_parse_vlv_controlW | ( | WLDAP32_LDAP * | ld, |
| PLDAPControlW * | control, | ||
| PULONG | targetpos, | ||
| PULONG | listcount, | ||
| struct WLDAP32_berval ** | context, | ||
| PINT | errcode | ||
| ) |
Definition at line 420 of file parse.c.
Referenced by ldap_parse_vlv_controlA().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |