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

  /external/curl/lib/
curl_sspi.h 214 #ifndef SEC_E_TOO_MANY_PRINCIPALS
215 # define SEC_E_TOO_MANY_PRINCIPALS ((HRESULT)0x8009033BL)
strerror.c 973 case SEC_E_TOO_MANY_PRINCIPALS:
974 txt = "SEC_E_TOO_MANY_PRINCIPALS";

Completed in 47 milliseconds