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

  /external/chromium_org/net/http/
http_auth_sspi_win.cc 204 if (SecIsValidHandle(&cred_)) {
223 if (SecIsValidHandle(&ctxt_)) {
240 if (SecIsValidHandle(&ctxt_))
247 if (!SecIsValidHandle(&ctxt_))
263 if (!SecIsValidHandle(&cred_)) {
269 DCHECK(SecIsValidHandle(&cred_));
293 DCHECK(!SecIsValidHandle(&cred_));
337 if (SecIsValidHandle(&ctxt_)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 84 #define SecIsValidHandle(x) ((((PSecHandle) x)->dwLower!=((ULONG_PTR) ((INT_PTR) -1))) && (((PSecHandle) x)->dwUpper!=((ULONG_PTR) ((INT_PTR) -1))))
    [all...]

Completed in 50 milliseconds