HomeSort by relevance Sort by last modified time
    Searched defs:lpszAutoConfigUrl (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/gio/win32/
winhttp.h 167 LPWSTR lpszAutoConfigUrl;
178 LPCWSTR lpszAutoConfigUrl;
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 116 LPCWSTR lpszAutoConfigUrl;
124 LPWSTR lpszAutoConfigUrl;
683 if (iecfg.lpszAutoConfigUrl) {
684 proxy->autoconfig_url = ToUtf8(iecfg.lpszAutoConfigUrl);
685 GlobalFree(iecfg.lpszAutoConfigUrl);
761 options.lpszAutoConfigUrl = autoconfig_url16.c_str();
    [all...]

Completed in 77 milliseconds