MCPcopy Create free account
hub / github.com/defold/defold / ReopenConnectionPool

Function ReopenConnectionPool

engine/dlib/src/dlib/http_client.cpp:1376–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374 }
1375
1376 void ReopenConnectionPool()
1377 {
1378 dmConnectionPool::HPool pool = g_PoolCreator.GetPool();
1379 dmConnectionPool::Reopen(pool);
1380 }
1381
1382 uint32_t GetNumPoolConnections()
1383 {

Callers 4

TEST_PFunction · 0.85
DeleteFunction · 0.85

Calls 2

ReopenFunction · 0.85
GetPoolMethod · 0.80

Tested by 3

TEST_PFunction · 0.68