OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winhttp
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/proxy/
proxy_config_service_win.h
10
#include <
winhttp
.h>
proxy_config_service_win.cc
8
#include <
winhttp
.h>
20
#pragma comment(lib, "
winhttp
.lib")
100
// cases string values. Furthermore
winhttp
and wininet appear to have
proxy_resolver_winhttp.cc
8
#include <
winhttp
.h>
17
#pragma comment(lib, "
winhttp
.lib")
44
// If we don't have a
WinHTTP
session, then create a new one.
51
// to avoid
WinHTTP
's auto-detection code, which while more featureful (it
66
// get good performance in the case where
WinHTTP
uses an out-of-process
107
// However in practice, it seems that
WinHTTP
is simply returning
152
// Since this session handle will never be used for
WinHTTP
connections,
153
// these timeouts don't really mean much individually. However,
WinHTTP
's
/external/bluetooth/glib/gio/win32/
gwinhttpvfs.c
45
HMODULE
winhttp
;
local
50
winhttp
= LoadLibrary ("
winhttp
.dll");
51
if (
winhttp
!= NULL)
53
funcs.pWinHttpCloseHandle = (BOOL (WINAPI *) (HINTERNET)) GetProcAddress (
winhttp
, "WinHttpCloseHandle");
54
funcs.pWinHttpCrackUrl = (BOOL (WINAPI *) (LPCWSTR,DWORD,DWORD,LPURL_COMPONENTS)) GetProcAddress (
winhttp
, "WinHttpCrackUrl");
55
funcs.pWinHttpConnect = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,INTERNET_PORT,DWORD)) GetProcAddress (
winhttp
, "WinHttpConnect");
56
funcs.pWinHttpCreateUrl = (BOOL (WINAPI *) (LPURL_COMPONENTS,DWORD,LPWSTR,LPDWORD)) GetProcAddress (
winhttp
, "WinHttpCreateUrl");
57
funcs.pWinHttpOpen = (HINTERNET (WINAPI *) (LPCWSTR,DWORD,LPCWSTR,LPCWSTR,DWORD)) GetProcAddress (
winhttp
, "WinHttpOpen");
58
funcs.pWinHttpOpenRequest = (HINTERNET (WINAPI *) (HINTERNET,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR*,DWORD)) GetProcAddress (
winhttp
, "WinHttpOpenRequest")
[
all
...]
gwinhttpfile.c
78
g_winhttp_file_init (GWinHttpFile *
winhttp
)
87
* Returns: new
winhttp
#GFile.
Completed in 741 milliseconds