Searched refs:LONGQUARTET (Results 1 – 3 of 3) sorted by relevance
33 #define LONGQUARTET(x) ((int)((x) & 0xff)), ((int)(((x) >> 8) & 0xff)), \ macro
608 LONGQUARTET(tw.dwLowDateTime), LONGQUARTET(tw.dwHighDateTime)); in Curl_ntlm_core_mk_ntlmv2_resp()
390 LONGQUARTET(NTLMFLAG_NEGOTIATE_OEM | in Curl_auth_create_ntlm_type1_message()415 LONGQUARTET(NTLMFLAG_NEGOTIATE_OEM | in Curl_auth_create_ntlm_type1_message()667 LONGQUARTET(ntlm->flags)); in Curl_auth_create_ntlm_type3_message()701 LONGQUARTET(ntlm->flags), ntlm->flags); in Curl_auth_create_ntlm_type3_message()
Completed in 7 milliseconds