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

Function trie_reload_data

modules/trie/trie.c:319–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319static inline int trie_reload_data(int initial)
320{
321 struct head_db *part;
322 int ret_val = 0;
323
324 for (part = head_db_start; part; part = part->next)
325 if (trie_reload_data_head(part, &part->partition, initial) != 0)
326 ret_val = -1;
327
328 return ret_val;
329}
330
331static int cleanup_head_config( struct head_config *hd)
332{

Callers 2

rpc_trie_reload_dataFunction · 0.85
trie_reload_cmdFunction · 0.85

Calls 1

trie_reload_data_headFunction · 0.85

Tested by

no test coverage detected