ReactOS 0.4.16-dev-109-gf4cb10f
|
#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.
|
inlinestatic |
Definition at line 277 of file control.c.
Referenced by ldap_encode_sort_controlA(), and ldap_encode_sort_controlW().
ULONG CDECL ldap_control_freeA | ( | LDAPControlA * | control | ) |
Definition at line 44 of file control.c.
Referenced by ldap_encode_sort_controlA(), and test_ldap_parse_sort_control().
ULONG CDECL ldap_control_freeW | ( | LDAPControlW * | control | ) |
Definition at line 67 of file control.c.
Referenced by ldap_create_page_controlA(), ldap_create_sort_controlA(), ldap_create_vlv_controlA(), and ldap_encode_sort_controlW().
ULONG CDECL ldap_controls_freeA | ( | LDAPControlA ** | controls | ) |
Definition at line 84 of file control.c.
Referenced by ldap_free_controlsA(), and test_ldap_parse_sort_control().
ULONG CDECL ldap_controls_freeW | ( | LDAPControlW ** | controls | ) |
Definition at line 107 of file control.c.
Referenced by ldap_free_controlsW(), and ldap_parse_resultA().
ULONG CDECL ldap_create_sort_controlA | ( | WLDAP32_LDAP * | ld, |
PLDAPSortKeyA * | sortkey, | ||
UCHAR | critical, | ||
PLDAPControlA * | control | ||
) |
Definition at line 124 of file control.c.
Referenced by ldap_encode_sort_controlA(), and test_ldap_parse_sort_control().
ULONG CDECL ldap_create_sort_controlW | ( | WLDAP32_LDAP * | ld, |
PLDAPSortKeyW * | sortkey, | ||
UCHAR | critical, | ||
PLDAPControlW * | control | ||
) |
Definition at line 174 of file control.c.
Referenced by ldap_create_sort_controlA(), and ldap_encode_sort_controlW().
INT CDECL ldap_create_vlv_controlA | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPVLVInfo * | info, | ||
UCHAR | critical, | ||
LDAPControlA ** | control | ||
) |
Definition at line 207 of file control.c.
INT CDECL ldap_create_vlv_controlW | ( | WLDAP32_LDAP * | ld, |
WLDAP32_LDAPVLVInfo * | info, | ||
UCHAR | critical, | ||
LDAPControlW ** | control | ||
) |
Definition at line 253 of file control.c.
Referenced by ldap_create_vlv_controlA().
ULONG CDECL ldap_encode_sort_controlA | ( | WLDAP32_LDAP * | ld, |
PLDAPSortKeyA * | sortkeys, | ||
PLDAPControlA | ret, | ||
BOOLEAN | critical | ||
) |
Definition at line 293 of file control.c.
ULONG CDECL ldap_encode_sort_controlW | ( | WLDAP32_LDAP * | ld, |
PLDAPSortKeyW * | sortkeys, | ||
PLDAPControlW | ret, | ||
BOOLEAN | critical | ||
) |
Definition at line 331 of file control.c.
ULONG CDECL ldap_free_controlsA | ( | LDAPControlA ** | controls | ) |
ULONG CDECL ldap_free_controlsW | ( | LDAPControlW ** | controls | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |