HomeSort by relevance Sort by last modified time
    Searched full:http_open_flags (Results 1 - 1 of 1) sorted by null

  /external/google-breakpad/src/common/windows/
http_upload.cc 124 DWORD http_open_flags = secure ? INTERNET_FLAG_SECURE : 0; local
125 http_open_flags |= INTERNET_FLAG_NO_COOKIES;
132 http_open_flags,

Completed in 146 milliseconds