MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cachedb_free_url

Function cachedb_free_url

cachedb/cachedb.c:80–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void cachedb_free_url(struct cachedb_url *list)
81{
82 struct cachedb_url *it=list,*aux;
83
84 while (it){
85 aux = it->next;
86 pkg_free(it);
87 it=aux;
88 }
89}
90
91static struct cachedb_engine_t* cachedb_list = NULL;
92

Callers 7

child_initFunction · 0.85
child_initFunction · 0.85
child_initFunction · 0.85
child_initFunction · 0.85
child_initFunction · 0.85
child_initFunction · 0.85
child_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected