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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_negotiate_sspi.c44 struct negotiatedata *neg_ctx)
62 if(neg_ctx->gss)
69 if(length + 1 > sizeof(neg_ctx->server_name))
72 snprintf(neg_ctx->server_name, sizeof(neg_ctx->server_name), "%s/%s",
83 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
113 if(neg_ctx->context) {
114 if(neg_ctx->gss != gss) {
119 neg_ctx->protocol = protocol;
120 neg_ctx
43 get_gss_name(struct connectdata *conn, bool proxy, struct negotiatedata *neg_ctx) argument
240 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
269 cleanup(struct negotiatedata *neg_ctx) argument
[all...]
H A Dhttp_negotiate.c64 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
78 if(neg_ctx->gss)
136 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg: local
161 if(neg_ctx->context) {
162 if(neg_ctx->gss != gss) {
167 neg_ctx->protocol = protocol;
168 neg_ctx->gss = gss;
171 if(neg_ctx->context && neg_ctx->status == GSS_S_COMPLETE) {
179 if(neg_ctx
273 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg: local
352 cleanup(struct negotiatedata *neg_ctx) argument
[all...]

Completed in 99 milliseconds