Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dhttp.c3665 char *persistentauth = Curl_copy_header_value(headp); in Curl_http_header() local
3666 if(!persistentauth) in Curl_http_header()
3668 negdata->noauthpersist = checkprefix("false", persistentauth)? in Curl_http_header()
3672 negdata->noauthpersist, persistentauth); in Curl_http_header()
3673 free(persistentauth); in Curl_http_header()

Completed in 5 milliseconds