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
61 neg_ctx = &conn->proxyneg; in Curl_input_negotiate()
73 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
90 neg_ctx->havenegdata = len != 0; in Curl_input_negotiate()
106 neg_ctx->sslContext = conn->sslContext; in Curl_input_negotiate()
111 host, header, neg_ctx); in Curl_input_negotiate()
121 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate() local
136 if(neg_ctx->havenegdata) { in Curl_output_negotiate()
137 neg_ctx->havemultiplerequests = TRUE; in Curl_output_negotiate()
141 if(!neg_ctx->havenoauthpersist) { in Curl_output_negotiate()
[all …]