Home
last modified time | relevance | path

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

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_impl_connection.cpp123 string pool_min_str = params.GetParam("pool_minsize"), in CConnection() local
128 if ( !pool_min_str.empty() && pool_min_str != "default") { in CConnection()
129 m_PoolMinSize = NStr::StringToUInt(pool_min_str); in CConnection()
H A Ddbapi_impl_context.cpp947 string pool_min_str = params.GetParam("pool_minsize"); in SatisfyPoolMinimum() local
948 if (pool_min_str.empty() || pool_min_str == "default") in SatisfyPoolMinimum()
950 int pool_min = NStr::StringToInt(pool_min_str); in SatisfyPoolMinimum()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_impl_connection.cpp123 string pool_min_str = params.GetParam("pool_minsize"), in CConnection() local
128 if ( !pool_min_str.empty() && pool_min_str != "default") { in CConnection()
129 m_PoolMinSize = NStr::StringToUInt(pool_min_str); in CConnection()
H A Ddbapi_impl_context.cpp947 string pool_min_str = params.GetParam("pool_minsize"); in SatisfyPoolMinimum() local
948 if (pool_min_str.empty() || pool_min_str == "default") in SatisfyPoolMinimum()
950 int pool_min = NStr::StringToInt(pool_min_str); in SatisfyPoolMinimum()