HomeSort by relevance Sort by last modified time
    Searched full:proxyneg (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http_negotiate.c 45 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg:
147 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg:
207 cleanup(&data->state.proxyneg);
http_negotiate_sspi.c 68 neg_ctx = &data->state.proxyneg;
232 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg:
295 cleanup(&data->state.proxyneg);
http.c 590 &data->state.proxyneg:&data->state.negotiate;
770 &data->state.proxyneg:&data->state.negotiate;
    [all...]
urldata.h 1248 struct negotiatedata proxyneg; \/* state data for proxy Negotiate auth *\/ member in struct:UrlState
    [all...]

Completed in 265 milliseconds