Home
last modified time | relevance | path

Searched refs:neg_ctx (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dhttp_negotiate.c51 struct negotiatedata *neg_ctx; in Curl_input_negotiate() local
59 neg_ctx = &data->state.proxyneg; in Curl_input_negotiate()
67 neg_ctx = &data->state.negotiate; in Curl_input_negotiate()
85 if(neg_ctx->context) { in Curl_input_negotiate()
94 host, header, neg_ctx); in Curl_input_negotiate()
97 Curl_auth_spnego_cleanup(neg_ctx); in Curl_input_negotiate()
104 struct negotiatedata *neg_ctx = proxy ? &conn->data->state.proxyneg : in Curl_output_negotiate() local
111 result = Curl_auth_create_spnego_message(conn->data, neg_ctx, &base64, &len); in Curl_output_negotiate()