Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/windows/
Dhttp_upload.cc124 DWORD http_open_flags = secure ? INTERNET_FLAG_SECURE : 0; in SendRequest() local
125 http_open_flags |= INTERNET_FLAG_NO_COOKIES; in SendRequest()
132 http_open_flags, in SendRequest()