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

/external/curl/lib/
H A Dhttp_negotiate_sspi.c63 struct negotiatedata *neg_ctx; local
68 neg_ctx = &data->state.proxyneg;
73 neg_ctx = &data->state.negotiate;
83 if(neg_ctx->context && neg_ctx->status == SEC_E_OK) {
91 if(!neg_ctx->server_name) {
97 neg_ctx->server_name = Curl_sasl_build_spn(
101 if(!neg_ctx->server_name)
105 if(!neg_ctx->output_token) {
115 neg_ctx
232 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
264 cleanup(struct negotiatedata *neg_ctx) argument
[all...]
H A Dhttp_negotiate.c45 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg: local
55 if(neg_ctx->context && neg_ctx->status == GSS_S_COMPLETE) {
63 if(!neg_ctx->server_name) {
79 &neg_ctx->server_name);
115 &neg_ctx->context,
116 neg_ctx->server_name,
125 neg_ctx->status = major_status;
140 neg_ctx->output_token = output_token;
147 struct negotiatedata *neg_ctx local
189 cleanup(struct negotiatedata *neg_ctx) argument
[all...]

Completed in 128 milliseconds