Home
last modified time | relevance | path

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

/dports/biology/ncbi-toolkit/ncbi/connect/
H A Dncbi_lbos.c474 char* g_LBOS_RegGet(const char* section, in g_LBOS_RegGet() function
602 lbosaddress_temp = g_LBOS_RegGet("CONN", "lbos", NULL); in g_LBOS_GetLBOSAddressEx()
1621 s_LBOS_DTABLocal = g_LBOS_RegGet("CONN", "DTAB", NULL); in s_LBOS_Initialize()
1630 char* lbos_toggle = g_LBOS_RegGet("CONN", "LBOS_ENABLE", NULL); in s_LBOS_Initialize()
2221 srvc = g_LBOS_RegGet(registry_section, kLBOSServiceVariable, NULL); in LBOS_AnnounceFromRegistry()
2222 vers = g_LBOS_RegGet(registry_section, kLBOSVersionVariable, NULL); in LBOS_AnnounceFromRegistry()
2223 port_str = g_LBOS_RegGet(registry_section, kLBOSPortVariable, NULL); in LBOS_AnnounceFromRegistry()
2224 host = g_LBOS_RegGet(registry_section, kLBOSServerHostVariable, NULL); in LBOS_AnnounceFromRegistry()
2225 hlth = g_LBOS_RegGet(registry_section, kLBOSHealthcheckUrlVariable, in LBOS_AnnounceFromRegistry()
2227 meta = g_LBOS_RegGet(registry_section, kLBOSMetaVariable, in LBOS_AnnounceFromRegistry()
H A Dncbi_lbosp.h479 NCBI_XCONNECT_EXPORT char* g_LBOS_RegGet(const char* section,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_lbos.c471 char* g_LBOS_RegGet(const char* section, in g_LBOS_RegGet() function
600 lbosaddress_temp = g_LBOS_RegGet("CONN", "lbos", NULL); in g_LBOS_GetLBOSAddressEx()
1636 s_LBOS_DTABLocal = g_LBOS_RegGet("CONN", "DTAB", NULL); in s_LBOS_Initialize()
2207 srvc = g_LBOS_RegGet(registry_section, kLBOSServiceVariable, NULL); in LBOS_AnnounceFromRegistry()
2208 vers = g_LBOS_RegGet(registry_section, kLBOSVersionVariable, NULL); in LBOS_AnnounceFromRegistry()
2209 port_str = g_LBOS_RegGet(registry_section, kLBOSPortVariable, NULL); in LBOS_AnnounceFromRegistry()
2210 host = g_LBOS_RegGet(registry_section, kLBOSServerHostVariable, NULL); in LBOS_AnnounceFromRegistry()
2211 hlth = g_LBOS_RegGet(registry_section, kLBOSHealthcheckUrlVariable, in LBOS_AnnounceFromRegistry()
2213 meta = g_LBOS_RegGet(registry_section, kLBOSMetaVariable, in LBOS_AnnounceFromRegistry()
H A Dncbi_lbosp.h479 NCBI_XCONNECT_EXPORT char* g_LBOS_RegGet(const char* section,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_lbos.c471 char* g_LBOS_RegGet(const char* section, in g_LBOS_RegGet() function
600 lbosaddress_temp = g_LBOS_RegGet("CONN", "lbos", NULL); in g_LBOS_GetLBOSAddressEx()
1636 s_LBOS_DTABLocal = g_LBOS_RegGet("CONN", "DTAB", NULL); in s_LBOS_Initialize()
2207 srvc = g_LBOS_RegGet(registry_section, kLBOSServiceVariable, NULL); in LBOS_AnnounceFromRegistry()
2208 vers = g_LBOS_RegGet(registry_section, kLBOSVersionVariable, NULL); in LBOS_AnnounceFromRegistry()
2209 port_str = g_LBOS_RegGet(registry_section, kLBOSPortVariable, NULL); in LBOS_AnnounceFromRegistry()
2210 host = g_LBOS_RegGet(registry_section, kLBOSServerHostVariable, NULL); in LBOS_AnnounceFromRegistry()
2211 hlth = g_LBOS_RegGet(registry_section, kLBOSHealthcheckUrlVariable, in LBOS_AnnounceFromRegistry()
2213 meta = g_LBOS_RegGet(registry_section, kLBOSMetaVariable, in LBOS_AnnounceFromRegistry()
H A Dncbi_lbosp.h479 NCBI_XCONNECT_EXPORT char* g_LBOS_RegGet(const char* section,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_lbos_common.hpp211 CCObjHolder<char> versions_cstr(g_LBOS_RegGet("TESTVERSIONS", \
511 *srvc = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()
514 *vers = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()
517 *host = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()
520 *port = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()
523 *hlth = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()
526 *meta = g_LBOS_RegGet(registry_section, in s_GetRegistryAnnouncementParams()