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

Function map_size

map.c:503–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503int map_size( map_t tree )
504{
505 return tree->avl_count;
506}
507
508
509void process_all( map_t tree, struct avl_node *p, process_each_func f, void * param );

Callers 8

db_insert_ucontactFunction · 0.85
db_update_ucontactFunction · 0.85
store_serializeFunction · 0.85
print_udomainFunction · 0.85
get_domain_mem_ucontactsFunction · 0.85
get_ucontact_from_idFunction · 0.85
persist_urecord_kv_storeFunction · 0.85
rl_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected