Home
last modified time | relevance | path

Searched refs:INTERNET_FLAG_SECURE (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/tools/windows/converter_exe/
H A Dwininet_client.cc174 is_secure ? INTERNET_FLAG_SECURE : 0, in OpenRequest()
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc273 DWORD http_open_flags = secure ? INTERNET_FLAG_SECURE : 0; in SendRequestInner()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwininet.h79 #define INTERNET_FLAG_SECURE 0x00800000 macro
107 …RITE | INTERNET_FLAG_MAKE_PERSISTENT | INTERNET_FLAG_FROM_CACHE | INTERNET_FLAG_SECURE | INTERNET_…