Home
last modified time | relevance | path

Searched refs:PREF_MAX_FILE_NOT_FOUND (Results 1 – 5 of 5) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DHttpSkipResponseCommand.cc217 if (getOption()->getAsInt(PREF_MAX_FILE_NOT_FOUND) == 0) { in processResponse()
H A Dprefs.h217 extern PrefPtr PREF_MAX_FILE_NOT_FOUND;
H A Dprefs.cc264 PrefPtr PREF_MAX_FILE_NOT_FOUND = makePref("max-file-not-found"); variable
H A DRequestGroup.cc1263 const int maxCount = option_->getAsInt(PREF_MAX_FILE_NOT_FOUND); in increaseAndValidateFileNotFoundCount()
H A DOptionHandlerFactory.cc865 OptionHandler* op(new NumberOptionHandler(PREF_MAX_FILE_NOT_FOUND, in createOptionHandlers()