Searched refs:type2msg (Results 1 – 3 of 3) sorted by relevance
194 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument206 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()207 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
253 const char *type2msg, in Curl_auth_decode_ntlm_type2_message() argument288 if(strlen(type2msg) && *type2msg != '=') { in Curl_auth_decode_ntlm_type2_message()289 result = Curl_base64_decode(type2msg, &type2, &type2_len); in Curl_auth_decode_ntlm_type2_message()
133 const char *type2msg,