Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
56a94afc
Commit
56a94afc
authored
Jul 26, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct prototype for ldap_search_ext_s.
Improve error handling for the search functions.
parent
b296b042
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
search.c
dlls/wldap32/search.c
+0
-0
winldap_private.h
dlls/wldap32/winldap_private.h
+2
-2
winldap.h
include/winldap.h
+2
-2
No files found.
dlls/wldap32/search.c
View file @
56a94afc
This diff is collapsed.
Click to expand it.
dlls/wldap32/winldap_private.h
View file @
56a94afc
...
...
@@ -135,9 +135,9 @@ ULONG ldap_search_extA(WLDAP32_LDAP*,PCHAR,ULONG,PCHAR,PCHAR[],ULONG,PLDAPContro
ULONG
ldap_search_extW
(
WLDAP32_LDAP
*
,
PWCHAR
,
ULONG
,
PWCHAR
,
PWCHAR
[],
ULONG
,
PLDAPControlW
*
,
PLDAPControlW
*
,
ULONG
,
ULONG
,
ULONG
*
);
ULONG
ldap_search_ext_sA
(
WLDAP32_LDAP
*
,
PCHAR
,
ULONG
,
PCHAR
,
PCHAR
[],
ULONG
,
PLDAPControlA
*
,
PLDAPControlA
*
,
ULONG
,
ULONG
,
WLDAP32_LDAPMessage
**
);
PLDAPControlA
*
,
struct
l_timeval
*
,
ULONG
,
WLDAP32_LDAPMessage
**
);
ULONG
ldap_search_ext_sW
(
WLDAP32_LDAP
*
,
PWCHAR
,
ULONG
,
PWCHAR
,
PWCHAR
[],
ULONG
,
PLDAPControlW
*
,
PLDAPControlW
*
,
ULONG
,
ULONG
,
WLDAP32_LDAPMessage
**
);
PLDAPControlW
*
,
struct
l_timeval
*
,
ULONG
,
WLDAP32_LDAPMessage
**
);
ULONG
ldap_search_sA
(
WLDAP32_LDAP
*
,
PCHAR
,
ULONG
,
PCHAR
,
PCHAR
[],
ULONG
,
WLDAP32_LDAPMessage
**
);
ULONG
ldap_search_sW
(
WLDAP32_LDAP
*
,
PWCHAR
,
ULONG
,
PWCHAR
,
PWCHAR
[],
ULONG
,
WLDAP32_LDAPMessage
**
);
ULONG
ldap_search_stA
(
WLDAP32_LDAP
*
,
const
PCHAR
,
ULONG
,
const
PCHAR
,
PCHAR
[],
ULONG
,
...
...
include/winldap.h
View file @
56a94afc
...
...
@@ -447,9 +447,9 @@ ULONG ldap_search_extW(LDAP*,PWCHAR,ULONG,PWCHAR,PWCHAR[],ULONG,PLDAPControlW*,
PLDAPControlW
*
,
ULONG
,
ULONG
,
ULONG
*
);
#define ldap_search_ext WINELIB_NAME_AW(ldap_search_ext)
ULONG
ldap_search_ext_sA
(
LDAP
*
,
PCHAR
,
ULONG
,
PCHAR
,
PCHAR
[],
ULONG
,
PLDAPControlA
*
,
PLDAPControlA
*
,
ULONG
,
ULONG
,
LDAPMessage
**
);
PLDAPControlA
*
,
struct
l_timeval
*
,
ULONG
,
LDAPMessage
**
);
ULONG
ldap_search_ext_sW
(
LDAP
*
,
PWCHAR
,
ULONG
,
PWCHAR
,
PWCHAR
[],
ULONG
,
PLDAPControlW
*
,
PLDAPControlW
*
,
ULONG
,
ULONG
,
LDAPMessage
**
);
PLDAPControlW
*
,
struct
l_timeval
*
,
ULONG
,
LDAPMessage
**
);
#define ldap_search_ext_s WINELIB_NAME_AW(ldap_search_ext_s)
PLDAPSearch
ldap_search_init_pageA
(
PLDAP
,
PCHAR
,
ULONG
,
PCHAR
,
PCHAR
[],
ULONG
,
PLDAPControlA
*
,
PLDAPControlA
*
,
ULONG
,
ULONG
,
PLDAPSortKeyA
*
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment