Home
last modified time | relevance | path

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

/dports/www/aria2/aria2-1.36.0/test/
H A DAuthConfigFactoryTest.cc37 option.put(PREF_NO_NETRC, A2_V_FALSE); in testCreateAuthConfig_http()
92 option.put(PREF_NO_NETRC, A2_V_FALSE); in testCreateAuthConfig_httpNoChallenge()
136 option.put(PREF_NO_NETRC, A2_V_FALSE); in testCreateAuthConfig_ftp()
153 option.put(PREF_NO_NETRC, A2_V_TRUE); in testCreateAuthConfig_ftp()
158 option.put(PREF_NO_NETRC, A2_V_FALSE); in testCreateAuthConfig_ftp()
204 option.put(PREF_NO_NETRC, A2_V_FALSE); in testUpdateBasicCred()
/dports/www/aria2/aria2-1.36.0/src/
H A DAuthConfigFactory.cc100 if (!op->getAsBool(PREF_NO_NETRC)) { in createAuthConfig()
130 if (op->getAsBool(PREF_NO_NETRC)) { in createHttpAuthResolver()
148 if (op->getAsBool(PREF_NO_NETRC)) { in createFtpAuthResolver()
H A Dprefs.h165 extern PrefPtr PREF_NO_NETRC;
H A DMultiUrlRequestInfo.cc233 if (!option_->getAsBool(PREF_NO_NETRC) && netrccf.isFile()) { in prepare()
H A Dprefs.cc211 PrefPtr PREF_NO_NETRC = makePref("no-netrc"); variable
H A DOptionHandlerFactory.cc886 PREF_NO_NETRC, TEXT_NO_NETRC, A2_V_FALSE, OptionHandler::OPT_ARG, 'n')); in createOptionHandlers()