OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InternetQueryOption
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
proxydetect.cc
883
if (!
InternetQueryOption
(0, INTERNET_OPTION_PER_CONNECTION_OPTION, &list,
885
LOG(LS_INFO) << "
InternetQueryOption
failed: " << GetLastError();
908
// Uses the
InternetQueryOption
function to retrieve proxy settings
920
if (!
InternetQueryOption
(0, INTERNET_OPTION_PROXY, info, &dwSize)) {
921
LOG(LS_INFO) << "
InternetQueryOption
failed: " << GetLastError();
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h
395
#define
InternetQueryOption
__MINGW_NAME_AW(
InternetQueryOption
)
[
all
...]
Completed in 234 milliseconds