Lines Matching defs:data
77 * data [in] - The session handle.
82 * ntlm [in/out] - The NTLM data struct being used and modified.
87 CURLcode Curl_auth_create_ntlm_type1_message(struct Curl_easy *data,
109 failf(data, "SSPI: couldn't get auth info");
196 * data [in] - The session handle.
198 * ntlm [in/out] - The NTLM data struct being used and modified.
202 CURLcode Curl_auth_decode_ntlm_type2_message(struct Curl_easy *data,
207 (void) data;
212 infof(data, "NTLM handshake failure (empty type-2 message)");
235 * data [in] - The session handle.
238 * ntlm [in/out] - The NTLM data struct being used and modified.
243 CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data,
259 (void) data;
317 infof(data, "NTLM handshake failure (type-3 message): Status=%lx",
335 * This is used to clean up the NTLM specific data.
339 * ntlm [in/out] - The NTLM data struct being cleaned up.