Home
last modified time | relevance | path

Searched refs:negdata (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dhttp.c573 struct negotiatedata *negdata = proxy ? in output_auth_headers() local
583 negdata->state = GSS_AUTHNONE; in output_auth_headers()
585 negdata->context && !GSS_ERROR(negdata->status)) { in output_auth_headers()
591 negdata->state = GSS_AUTHSENT; in output_auth_headers()
753 struct negotiatedata *negdata = proxy? in Curl_http_input_auth() local
793 if(negdata->state == GSS_AUTHSENT || in Curl_http_input_auth()
794 negdata->state == GSS_AUTHNONE) { in Curl_http_input_auth()
803 negdata->state = GSS_AUTHRECV; in Curl_http_input_auth()