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.
ULONG CDECL ldap_search_ext_sA | ( | WLDAP32_LDAP * | ld, |
PCHAR | base, | ||
ULONG | scope, | ||
PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlA * | serverctrls, | ||
PLDAPControlA * | clientctrls, | ||
struct l_timeval * | timeout, | ||
ULONG | sizelimit, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 301 of file search.c.
Referenced by test_ldap_parse_sort_control().
ULONG CDECL ldap_search_ext_sW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | base, | ||
ULONG | scope, | ||
PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlW * | serverctrls, | ||
PLDAPControlW * | clientctrls, | ||
struct l_timeval * | timeout, | ||
ULONG | sizelimit, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 379 of file search.c.
Referenced by ldap_search_ext_sA().
ULONG CDECL ldap_search_extA | ( | WLDAP32_LDAP * | ld, |
PCHAR | base, | ||
ULONG | scope, | ||
PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlA * | serverctrls, | ||
PLDAPControlA * | clientctrls, | ||
ULONG | timelimit, | ||
ULONG | sizelimit, | ||
ULONG * | message | ||
) |
Definition at line 155 of file search.c.
ULONG CDECL ldap_search_extW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | base, | ||
ULONG | scope, | ||
PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly, | ||
PLDAPControlW * | serverctrls, | ||
PLDAPControlW * | clientctrls, | ||
ULONG | timelimit, | ||
ULONG | sizelimit, | ||
ULONG * | message | ||
) |
Definition at line 236 of file search.c.
Referenced by ldap_search_extA(), and test_ldap_search_extW().
ULONG CDECL ldap_search_sA | ( | WLDAP32_LDAP * | ld, |
PCHAR | base, | ||
ULONG | scope, | ||
PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 437 of file search.c.
ULONG CDECL ldap_search_stA | ( | WLDAP32_LDAP * | ld, |
const PCHAR | base, | ||
ULONG | scope, | ||
const PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly, | ||
struct l_timeval * | timeout, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 541 of file search.c.
ULONG CDECL ldap_search_stW | ( | WLDAP32_LDAP * | ld, |
const PWCHAR | base, | ||
ULONG | scope, | ||
const PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly, | ||
struct l_timeval * | timeout, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 605 of file search.c.
Referenced by ldap_search_stA().
ULONG CDECL ldap_search_sW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | base, | ||
ULONG | scope, | ||
PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly, | ||
WLDAP32_LDAPMessage ** | res | ||
) |
Definition at line 497 of file search.c.
Referenced by ldap_search_sA().
ULONG CDECL ldap_searchA | ( | WLDAP32_LDAP * | ld, |
PCHAR | base, | ||
ULONG | scope, | ||
PCHAR | filter, | ||
PCHAR | attrs[], | ||
ULONG | attrsonly | ||
) |
Definition at line 44 of file search.c.
ULONG CDECL ldap_searchW | ( | WLDAP32_LDAP * | ld, |
PWCHAR | base, | ||
ULONG | scope, | ||
PWCHAR | filter, | ||
PWCHAR | attrs[], | ||
ULONG | attrsonly | ||
) |
Definition at line 105 of file search.c.
Referenced by ldap_searchA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | wldap32 | ) |