HomeSort by relevance Sort by last modified time
    Searched refs:WINHTTP_FLAG_SECURE (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/win32/
gwinhttpfileoutputstream.c 131 winhttp_stream->file->url.nScheme == INTERNET_SCHEME_HTTPS ? WINHTTP_FLAG_SECURE : 0);
winhttp.h 49 #define WINHTTP_FLAG_SECURE 0x00800000
gwinhttpfile.c 503 winhttp_file->url.nScheme == INTERNET_SCHEME_HTTPS ? WINHTTP_FLAG_SECURE : 0);
643 winhttp_file->url.nScheme == INTERNET_SCHEME_HTTPS ? WINHTTP_FLAG_SECURE : 0);

Completed in 34 milliseconds