Home
last modified time | relevance | path

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

/dports/news/nzbget/nzbget-21.1/daemon/main/
H A DOptions.h90 ppSequential, enumerator
386 EPostStrategy m_postStrategy = ppSequential;
H A DOptions.cpp780 const int PostStrategyValues[] = { ppSequential, ppBalanced, ppAggressive, ppRocket }; in InitOptions()
/dports/news/nzbget/nzbget-21.1/daemon/postprocess/
H A DPrePostProcessor.cpp584 case Options::ppSequential: in CanRunMoreJobs()