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

  /external/curl/lib/
curl_sspi.c 191 identity->DomainLength = curlx_uztoul(domlen);
  /external/curl/lib/vauth/
digest_sspi.c 269 if(!identity->Domain || !identity->DomainLength) {
295 identity->DomainLength = curlx_uztoul(_tcslen(dup_domain.tchar_ptr));
  /external/webrtc/webrtc/base/
httpcommon.cc 968 auth_id.DomainLength = 0;
969 domainbuf[auth_id.DomainLength] = 0;
979 auth_id.DomainLength =
981 memcpy(domainbuf, username.c_str(), auth_id.DomainLength);
982 domainbuf[auth_id.DomainLength] = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypesbase.h 188 ULONG DomainLength;
sspi.h     [all...]
rpcdce.h 328 unsigned __LONG32 DomainLength;
338 unsigned __LONG32 DomainLength;
ntsecpkg.h 463 ULONG DomainLength;
475 ULONG DomainLength;
    [all...]

Completed in 860 milliseconds