Searched refs:SHORTPAIR (Results 1 - 2 of 2) sorted by relevance
/third_party/curl/lib/vauth/ |
H A D | ntlm.c | 399 SHORTPAIR(domlen), in Curl_auth_create_ntlm_type1_message() 400 SHORTPAIR(domlen), in Curl_auth_create_ntlm_type1_message() 401 SHORTPAIR(domoff), in Curl_auth_create_ntlm_type1_message() 403 SHORTPAIR(hostlen), in Curl_auth_create_ntlm_type1_message() 404 SHORTPAIR(hostlen), in Curl_auth_create_ntlm_type1_message() 405 SHORTPAIR(hostoff), in Curl_auth_create_ntlm_type1_message() 653 SHORTPAIR(0x18), /* LanManager response length, twice */ in Curl_auth_create_ntlm_type3_message() 654 SHORTPAIR(0x18), in Curl_auth_create_ntlm_type3_message() 655 SHORTPAIR(lmrespoff), in Curl_auth_create_ntlm_type3_message() 658 SHORTPAIR(ntresple in Curl_auth_create_ntlm_type3_message() [all...] |
/third_party/curl/lib/ |
H A D | curl_ntlm_core.h | 39 #define SHORTPAIR(x) ((int)((x) & 0xff)), ((int)(((x) >> 8) & 0xff)) macro
|
Completed in 2 milliseconds