ReactOS 0.4.16-dev-336-gb667d82
|
Go to the source code of this file.
Classes | |
struct | DownloadBSC |
Variables | |
static const IBindStatusCallbackVtbl | BindStatusCallbackVtbl |
static const IServiceProviderVtbl | ServiceProviderVtbl |
HRESULT create_default_callback | ( | IBindStatusCallback ** | ret | ) |
Definition at line 361 of file download.c.
Referenced by get_callback().
HRESULT download_to_cache | ( | IUri * | uri, |
stop_cache_binding_proc_t | proc, | ||
void * | ctx, | ||
IBindStatusCallback * | callback | ||
) |
Definition at line 375 of file download.c.
Referenced by AsyncInstallDistributionUnit().
|
static |
Definition at line 77 of file download.c.
|
static |
Definition at line 333 of file download.c.
Referenced by create_default_callback(), download_to_cache(), and URLDownloadToFileW().
|
static |
Definition at line 225 of file download.c.
|
static |
Definition at line 126 of file download.c.
|
static |
Definition at line 249 of file download.c.
|
static |
Definition at line 133 of file download.c.
|
static |
Definition at line 259 of file download.c.
|
static |
Definition at line 158 of file download.c.
|
static |
Definition at line 107 of file download.c.
|
static |
Definition at line 192 of file download.c.
|
static |
Definition at line 50 of file download.c.
|
static |
Definition at line 87 of file download.c.
|
static |
Definition at line 288 of file download.c.
|
static |
Definition at line 281 of file download.c.
|
static |
Definition at line 300 of file download.c.
|
static |
Definition at line 294 of file download.c.
|
inlinestatic |
Definition at line 40 of file download.c.
Referenced by DownloadBSC_AddRef(), DownloadBSC_GetBindInfo(), DownloadBSC_GetPriority(), DownloadBSC_OnDataAvailable(), DownloadBSC_OnLowResource(), DownloadBSC_OnObjectAvailable(), DownloadBSC_OnProgress(), DownloadBSC_OnStartBinding(), DownloadBSC_OnStopBinding(), DownloadBSC_QueryInterface(), and DownloadBSC_Release().
|
inlinestatic |
Definition at line 45 of file download.c.
Referenced by DwlServiceProvider_AddRef(), DwlServiceProvider_QueryInterface(), DwlServiceProvider_QueryService(), and DwlServiceProvider_Release().
|
static |
Definition at line 140 of file download.c.
Referenced by DownloadBSC_OnProgress().
HRESULT WINAPI URLDownloadToFileA | ( | LPUNKNOWN | pCaller, |
LPCSTR | szURL, | ||
LPCSTR | szFileName, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 482 of file download.c.
HRESULT WINAPI URLDownloadToFileW | ( | LPUNKNOWN | pCaller, |
LPCWSTR | szURL, | ||
LPCWSTR | szFileName, | ||
DWORD | dwReserved, | ||
LPBINDSTATUSCALLBACK | lpfnCB | ||
) |
Definition at line 427 of file download.c.
Referenced by download_proc(), test_URLDownloadToFile(), test_URLDownloadToFile_abort(), URLDownloadToCacheFileW(), and URLDownloadToFileA().
WINE_DEFAULT_DEBUG_CHANNEL | ( | urlmon | ) |
|
static |
Definition at line 267 of file download.c.
Referenced by DownloadBSC_Create().
|
static |
Definition at line 326 of file download.c.
Referenced by DownloadBSC_Create().