ReactOS 0.4.16-dev-122-g325d74c
|
#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.
Macros | |
#define | LDAP_MAXINT 2147483647 |
ULONG CDECL ldap_create_page_controlA | ( | WLDAP32_LDAP * | ld, |
ULONG | pagesize, | ||
struct WLDAP32_berval * | cookie, | ||
UCHAR | critical, | ||
PLDAPControlA * | control | ||
) |
Definition at line 47 of file page.c.
ULONG CDECL ldap_create_page_controlW | ( | WLDAP32_LDAP * | ld, |
ULONG | pagesize, | ||
struct WLDAP32_berval * | cookie, | ||
UCHAR | critical, | ||
PLDAPControlW * | control | ||
) |
Definition at line 144 of file page.c.
Referenced by ldap_create_page_controlA().
ULONG CDECL ldap_get_next_page | ( | WLDAP32_LDAP * | ld, |
PLDAPSearch | search, | ||
ULONG | pagesize, | ||
ULONG * | message | ||
) |
Definition at line 161 of file page.c.
ULONG CDECL ldap_get_next_page_s | ( | WLDAP32_LDAP * | ld, |
PLDAPSearch | search, | ||
struct l_timeval * | timeout, | ||
ULONG | pagesize, | ||
ULONG * | count, | ||
WLDAP32_LDAPMessage ** | results | ||
) |
ULONG CDECL ldap_get_paged_count | ( | WLDAP32_LDAP * | ld, |
PLDAPSearch | search, | ||
ULONG * | count, | ||
WLDAP32_LDAPMessage * | results | ||
) |
ULONG CDECL ldap_parse_page_controlA | ( | WLDAP32_LDAP * | ld, |
PLDAPControlA * | ctrls, | ||
ULONG * | count, | ||
struct WLDAP32_berval ** | cookie | ||
) |
Definition at line 198 of file page.c.
ULONG CDECL ldap_parse_page_controlW | ( | WLDAP32_LDAP * | ld, |
PLDAPControlW * | ctrls, | ||
ULONG * | count, | ||
struct WLDAP32_berval ** | cookie | ||
) |
Definition at line 223 of file page.c.
Referenced by ldap_parse_page_controlA().
ULONG CDECL ldap_search_abandon_page | ( | WLDAP32_LDAP * | ld, |
PLDAPSearch | search | ||
) |
PLDAPSearch CDECL ldap_search_init_pageA | ( | WLDAP32_LDAP * | ld, |
PCHAR | dn, | ||
ULONG | scope, | ||
PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlA * | serverctrls, | ||
PLDAPControlA * | clientctrls, | ||
ULONG | timelimit, | ||
ULONG | sizelimit, | ||
PLDAPSortKeyA * | sortkeys | ||
) |
PLDAPSearch CDECL ldap_search_init_pageW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | dn, | ||
ULONG | scope, | ||
PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlW * | serverctrls, | ||
PLDAPControlW * | clientctrls, | ||
ULONG | timelimit, | ||
ULONG | sizelimit, | ||
PLDAPSortKeyW * | sortkeys | ||
) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |