Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felix Münchhalfen
wine
Commits
5320a42a
Commit
5320a42a
authored
23 years ago
by
Eric Kohl
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added FindFirstUrlCacheEntry[AW] stubs.
parent
71a081ca
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dlls/wininet/Makefile.in
+1
-0
1 addition, 0 deletions
dlls/wininet/Makefile.in
dlls/wininet/urlcache.c
+36
-0
36 additions, 0 deletions
dlls/wininet/urlcache.c
dlls/wininet/wininet.spec
+2
-2
2 additions, 2 deletions
dlls/wininet/wininet.spec
include/wininet.h
+7
-7
7 additions, 7 deletions
include/wininet.h
with
46 additions
and
9 deletions
dlls/wininet/Makefile.in
+
1
−
0
View file @
5320a42a
...
...
@@ -11,6 +11,7 @@ C_SRCS = \
ftp.c
\
http.c
\
internet.c
\
urlcache.c
\
utility.c
\
wininet_main.c
...
...
This diff is collapsed.
Click to expand it.
dlls/wininet/urlcache.c
0 → 100644
+
36
−
0
View file @
5320a42a
/*
* Wininet - Url Cache functions
*
* Copyright 2001 CodeWeavers
*
* Eric Kohl
*
*/
#include
"config.h"
#include
<stdlib.h>
#include
<string.h>
#include
<time.h>
#include
"windef.h"
#include
"winbase.h"
#include
"wininet.h"
#include
"winerror.h"
#include
"debugtools.h"
#include
"internet.h"
DEFAULT_DEBUG_CHANNEL
(
wininet
);
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryA
(
LPCSTR
lpszUrlSearchPattern
,
LPINTERNET_CACHE_ENTRY_INFOA
lpFirstCacheEntryInfo
,
LPDWORD
lpdwFirstCacheEntryInfoBufferSize
)
{
return
0
;
}
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryW
(
LPCWSTR
lpszUrlSearchPattern
,
LPINTERNET_CACHE_ENTRY_INFOW
lpFirstCacheEntryInfo
,
LPDWORD
lpdwFirstCacheEntryInfoBufferSize
)
{
return
0
;
}
This diff is collapsed.
Click to expand it.
dlls/wininet/wininet.spec
+
2
−
2
View file @
5320a42a
...
...
@@ -27,10 +27,10 @@ debug_channels (wininet)
@ stub FindCloseUrlCache
@ stub FindFirstUrlCacheContainerA
@ stub FindFirstUrlCacheContainerW
@ st
ub
FindFirstUrlCacheEntryA
@ st
dcall FindFirstUrlCacheEntryA(str ptr ptr)
FindFirstUrlCacheEntryA
@ stub FindFirstUrlCacheEntryExA
@ stub FindFirstUrlCacheEntryExW
@ st
ub
FindFirstUrlCacheEntryW
@ st
dcall FindFirstUrlCacheEntryW(wstr ptr ptr)
FindFirstUrlCacheEntryW
@ stub FindNextUrlCacheContainerA
@ stub FindNextUrlCacheContainerW
@ stub FindNextUrlCacheEntryA
...
...
This diff is collapsed.
Click to expand it.
include/wininet.h
+
7
−
7
View file @
5320a42a
...
...
@@ -1290,12 +1290,12 @@ typedef struct _INTERNET_CACHE_ENTRY_INFOW {
FILETIME
LastSyncTime
;
LPBYTE
lpHeaderInfo
;
DWORD
dwHeaderInfoSize
;
LPWSTR
lpszFileExtension
;
union
{
DWORD
dwHeaderInfoSize
;
LPWSTR
lpszFileExtension
;
union
{
DWORD
dwReserved
;
DWORD
dwExemptDelta
;
}
u
;
}
u
;
}
INTERNET_CACHE_ENTRY_INFOW
,
*
LPINTERNET_CACHE_ENTRY_INFOW
;
DECL_WINELIB_TYPE_AW
(
INTERNET_CACHE_ENTRY_INFO
)
...
...
@@ -1344,7 +1344,7 @@ BOOLAPI GetUrlCacheEntryInfoExW(
BOOLAPI
SetUrlCacheEntryInfoA
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOA
,
DWORD
);
BOOLAPI
SetUrlCacheEntryInfoW
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
DWORD
);
BOOLAPI
SetUrlCacheEntryInfoW
(
LPC
W
STR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
DWORD
);
#define SetUrlCacheEntryInfo WINELIB_NAME_AW(SetUrlCacheEntryInfo)
typedef
LONGLONG
GROUPID
;
...
...
@@ -1359,7 +1359,7 @@ BOOLAPI SetUrlCacheEntryGroup(LPCSTR ,DWORD ,GROUPID ,LPBYTE ,DWORD ,LPVOID);
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryExA
(
LPCSTR
,
DWORD
,
DWORD
,
GROUPID
,
LPINTERNET_CACHE_ENTRY_INFOA
,
LPDWORD
,
LPVOID
,
LPDWORD
,
LPVOID
);
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryExW
(
LPCSTR
,
DWORD
,
DWORD
,
GROUPID
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
,
LPVOID
,
LPDWORD
,
LPVOID
);
LPC
W
STR
,
DWORD
,
DWORD
,
GROUPID
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
,
LPVOID
,
LPDWORD
,
LPVOID
);
#define FindFirstUrlCacheEntryEx WINELIB_NAME_AW(FindFirstUrlCacheEntryEx)
BOOLAPI
FindNextUrlCacheEntryExA
(
HANDLE
,
LPINTERNET_CACHE_ENTRY_INFOA
,
LPDWORD
,
LPVOID
,
LPDWORD
,
LPVOID
);
...
...
@@ -1367,7 +1367,7 @@ BOOLAPI FindNextUrlCacheEntryExW(HANDLE ,LPINTERNET_CACHE_ENTRY_INFOW ,LPDWORD ,
#define FindNextUrlCacheEntryEx WINELIB_NAME_AW(FindNextUrlCacheEntryEx)
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryA
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOA
,
LPDWORD
);
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryW
(
LPCSTR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
);
INTERNETAPI
HANDLE
WINAPI
FindFirstUrlCacheEntryW
(
LPC
W
STR
,
LPINTERNET_CACHE_ENTRY_INFOW
,
LPDWORD
);
#define FindFirstUrlCacheEntry WINELIB_NAME_AW(FindFirstUrlCacheEntry)
BOOLAPI
FindNextUrlCacheEntryA
(
HANDLE
,
LPINTERNET_CACHE_ENTRY_INFOA
,
LPDWORD
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment