Searched refs:neg_ctx (Results 1 – 1 of 1) sorted by relevance
50 struct negotiatedata *neg_ctx; in Curl_input_negotiate() local60 neg_ctx = &conn->proxyneg; in Curl_input_negotiate()72 neg_ctx = &conn->negotiate; in Curl_input_negotiate()89 neg_ctx->havenegdata = len != 0; in Curl_input_negotiate()105 neg_ctx->sslContext = conn->sslContext; in Curl_input_negotiate()110 host, header, neg_ctx); in Curl_input_negotiate()121 struct negotiatedata *neg_ctx = proxy ? &conn->proxyneg : in Curl_output_negotiate() local134 if(neg_ctx->havenegdata) { in Curl_output_negotiate()135 neg_ctx->havemultiplerequests = TRUE; in Curl_output_negotiate()139 if(!neg_ctx->havenoauthpersist) { in Curl_output_negotiate()[all …]