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 = &conn->proxyneg; in Curl_input_negotiate()
67 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
83 neg_ctx->havenegdata = len != 0; in Curl_input_negotiate()
85 if(neg_ctx->state == GSS_AUTHSUCC) { in Curl_input_negotiate()
89 else if(neg_ctx->state != GSS_AUTHNONE) { in Curl_input_negotiate()
99 neg_ctx->sslContext = conn->sslContext; in Curl_input_negotiate()
104 host, header, neg_ctx); in Curl_input_negotiate()
107 Curl_auth_spnego_cleanup(neg_ctx); in Curl_input_negotiate()
114 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate() local
[all …]