Home
last modified time | relevance | path

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

/external/curl/docs/libcurl/
Dsymbols-in-versions854 CURL_NETRC_REQUIRED 7.9.8
/external/curl/src/
Dtool_setopt.c132 NV(CURL_NETRC_REQUIRED),
Dtool_operate.c929 my_setopt_enum(curl, CURLOPT_NETRC, (long)CURL_NETRC_REQUIRED); in operate_do()
/external/google-breakpad/src/third_party/curl/
Dcurl.h1344 CURL_NETRC_REQUIRED, /* A user:password in the URL will be ignored. enumerator
/external/curl/include/curl/
Dcurl.h2008 CURL_NETRC_REQUIRED, /* A user:password in the URL will be ignored. enumerator
/external/curl/lib/
Dsetopt.c349 if((arg < CURL_NETRC_IGNORED) || (arg > CURL_NETRC_REQUIRED)) in vsetopt()
Durl.c3039 if(data->set.use_netrc == CURL_NETRC_REQUIRED && conn->bits.user_passwd) { in override_login()
/external/curl/packages/OS400/
Dcurl.inc.in262 d CURL_NETRC_REQUIRED...
/external/curl/
DCHANGES3640 - fix the documentation of CURL_NETRC_REQUIRED