Searched refs:CURL_NETRC_REQUIRED (Results 1 – 9 of 9) sorted by relevance
854 CURL_NETRC_REQUIRED 7.9.8
132 NV(CURL_NETRC_REQUIRED),
929 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_REQUIRED); in operate_do()
1344 CURL_NETRC_REQUIRED, /* A user:password in the URL will be ignored. enumerator
2008 CURL_NETRC_REQUIRED, /* A user:password in the URL will be ignored. enumerator
349 if((arg < CURL_NETRC_IGNORED) || (arg > CURL_NETRC_REQUIRED)) in vsetopt()
3039 if(data->set.use_netrc == CURL_NETRC_REQUIRED && conn->bits.user_passwd) { in override_login()
262 d CURL_NETRC_REQUIRED...
3640 - fix the documentation of CURL_NETRC_REQUIRED