Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/netstorage/
H A Dstate.cpp678 const string service_section = s_GetSection(registry, service, param_name); in s_GetFTConfig() local
679 const string ft_section = registry.Get(service_section, param_name); in s_GetFTConfig()
687 const string service_section = s_GetSection(registry, service, param_name); in s_GetICClient() local
688 const string nc_section = registry.Get(service_section, param_name); in s_GetICClient()
716 const string service_section = s_GetSection(registry, service, param_name); in s_GetRelocateChunk() local
717 return registry.GetInt(service_section, param_name, static_cast<int>(default_value)); in s_GetRelocateChunk()