Lines Matching refs:data
39 CURLcode Curl_input_negotiate(struct Curl_easy *data, struct connectdata *conn,
59 service = data->set.str[STRING_PROXY_SERVICE_NAME] ?
60 data->set.str[STRING_PROXY_SERVICE_NAME] : "HTTP";
71 service = data->set.str[STRING_SERVICE_NAME] ?
72 data->set.str[STRING_SERVICE_NAME] : "HTTP";
94 infof(data, "Negotiate auth restarted");
111 result = Curl_auth_decode_spnego_message(data, userp, passwdp, service,
120 CURLcode Curl_output_negotiate(struct Curl_easy *data,
125 struct auth *authp = proxy ? &data->state.authproxy : &data->state.authhost;
150 infof(data, "Curl_output_negotiate, "
155 result = Curl_input_negotiate(data, conn, proxy, "Negotiate");
174 Curl_safefree(data->state.aptr.proxyuserpwd);
175 data->state.aptr.proxyuserpwd = userp;
178 Curl_safefree(data->state.aptr.userpwd);
179 data->state.aptr.userpwd = userp;