Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h521 bool userpwd_in_url; /* name+password found in url */ member
Dhttp.c2106 if(conn->bits.user_passwd && !conn->bits.userpwd_in_url) in Curl_http()
Durl.c4766 conn->bits.userpwd_in_url = TRUE; in parse_url_login()