Home
last modified time | relevance | path

Searched refs:m_MaxHops (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dpubseq_gateway.cpp151 m_MaxHops(kDefaultMaxHops), in CPubseqGatewayApp()
237 m_MaxHops = registry.GetInt("SERVER", "max_hops", kDefaultMaxHops); in ParseArgs()
841 if (m_MaxHops <= 0) { in x_ValidateArgs()
843 to_string(m_MaxHops) + "). " in x_ValidateArgs()
847 m_MaxHops = kDefaultMaxHops; in x_ValidateArgs()
1163 if (hops > m_MaxHops) { in x_GetHops()
1166 to_string(m_MaxHops) + "."; in x_GetHops()
H A Dpubseq_gateway.hpp392 int m_MaxHops; member in CPubseqGatewayApp