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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 977 auth_id.DomainLength = 0;
978 domainbuf[auth_id.DomainLength] = 0;
988 auth_id.DomainLength = static_cast<unsigned long>(
990 memcpy(domainbuf, username.c_str(), auth_id.DomainLength);
991 domainbuf[auth_id.DomainLength] = 0;
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 960 auth_id.DomainLength = 0;
961 domainbuf[auth_id.DomainLength] = 0;
971 auth_id.DomainLength = static_cast<unsigned long>(
973 memcpy(domainbuf, username.c_str(), auth_id.DomainLength);
974 domainbuf[auth_id.DomainLength] = 0;
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 63 identity.DomainLength = domain.size();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h     [all...]
rpcdce.h 328 unsigned __LONG32 DomainLength;
338 unsigned __LONG32 DomainLength;
wtypes.h 284 ULONG DomainLength;
ntsecpkg.h 463 ULONG DomainLength;
475 ULONG DomainLength;
    [all...]

Completed in 279 milliseconds