Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_negotiate.c53 struct negotiatedata *neg_ctx; in Curl_input_negotiate() local
63 neg_ctx = &conn->proxyneg; in Curl_input_negotiate()
75 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
140 struct negotiatedata *neg_ctx; in Curl_output_negotiate() local
150 neg_ctx = &conn->proxyneg; in Curl_output_negotiate()
158 neg_ctx = &conn->negotiate; in Curl_output_negotiate()
166 if(neg_ctx->havenegdata) { in Curl_output_negotiate()
172 neg_ctx->noauthpersist = !neg_ctx->havemultiplerequests; in Curl_output_negotiate()
176 if(neg_ctx->noauthpersist || in Curl_output_negotiate()
184 if(!neg_ctx->context) { in Curl_output_negotiate()
[all …]

Completed in 5 milliseconds