Searched refs:ntlmmsg (Results 1 – 1 of 1) sorted by relevance
133 struct bufref ntlmmsg; in Curl_output_ntlm() local201 Curl_bufref_init(&ntlmmsg); in Curl_output_ntlm()214 ntlm, &ntlmmsg); in Curl_output_ntlm()216 DEBUGASSERT(Curl_bufref_len(&ntlmmsg) != 0); in Curl_output_ntlm()217 result = Curl_base64_encode((const char *) Curl_bufref_ptr(&ntlmmsg), in Curl_output_ntlm()218 Curl_bufref_len(&ntlmmsg), &base64, &len); in Curl_output_ntlm()234 ntlm, &ntlmmsg); in Curl_output_ntlm()235 if(!result && Curl_bufref_len(&ntlmmsg)) { in Curl_output_ntlm()236 result = Curl_base64_encode((const char *) Curl_bufref_ptr(&ntlmmsg), in Curl_output_ntlm()237 Curl_bufref_len(&ntlmmsg), &base64, &len); in Curl_output_ntlm()[all …]
Completed in 8 milliseconds