Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ dbcache_init
Function
dbcache_init
modules/cachedb_sql/cachedb_sql.c:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
static cachedb_con* dbcache_init(str *url)
190
{
191
return cachedb_do_init(url, (void *)dbcache_new_connection);
192
}
193
194
void dbcache_free_connection(cachedb_pool_con *con)
195
{
Callers
1
child_init
Function · 0.85
Calls
1
cachedb_do_init
Function · 0.85
Tested by
no test coverage detected