Home
last modified time | relevance | path

Searched refs:m_HttpPort (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.cpp131 m_HttpPort(0), in CPubseqGatewayApp()
208 m_HttpPort = registry.GetInt("SERVER", "port", 0); in ParseArgs()
594 m_HttpPort, in Run()
654 if (m_HttpPort < kHttpPortMin || m_HttpPort > kHttpPortMax) { in x_ValidateArgs()
659 to_string(m_HttpPort)); in x_ValidateArgs()
H A Dpubseq_gateway.hpp364 unsigned short m_HttpPort; member in CPubseqGatewayApp