Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ cachedb_pool_insert
Function
cachedb_pool_insert
cachedb/cachedb_pool.c:75–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
void cachedb_pool_insert(cachedb_pool_con *con)
76
{
77
if (!con)
78
return;
79
80
con->next = cachedb_pool;
81
cachedb_pool = con;
82
}
83
84
int cachedb_pool_remove(cachedb_pool_con *con)
85
{
Callers
1
cachedb_do_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected