Home
last modified time | relevance | path

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

/third_party/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()
91 neg_ctx->havenegdata = len != 0; in Curl_input_negotiate()
107 neg_ctx->sslContext = conn->sslContext; in Curl_input_negotiate()
112 host, header, neg_ctx); in Curl_input_negotiate()
123 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 in Curl_output_negotiate()
[all...]

Completed in 1 milliseconds