Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_negotiate.c52 struct negotiatedata *neg_ctx; in Curl_input_negotiate() local
62 neg_ctx = &conn->proxyneg; in Curl_input_negotiate()
74 neg_ctx = &conn->negotiate; in Curl_input_negotiate()
123 struct negotiatedata *neg_ctx; in Curl_output_negotiate() local
133 neg_ctx = &conn->proxyneg; in Curl_output_negotiate()
141 neg_ctx = &conn->negotiate; in Curl_output_negotiate()
149 if(neg_ctx->havenegdata) { in Curl_output_negotiate()
155 neg_ctx->noauthpersist = !neg_ctx->havemultiplerequests; in Curl_output_negotiate()
159 if(neg_ctx->noauthpersist || in Curl_output_negotiate()
167 if(!neg_ctx->context) { in Curl_output_negotiate()
[all …]

Completed in 5 milliseconds