Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
503
int map_size( map_t tree )
504
{
505
return tree->avl_count;
506
}
507
508
509
void process_all( map_t tree, struct avl_node *p, process_each_func f, void * param );
Callers
8
db_insert_ucontact
Function · 0.85
db_update_ucontact
Function · 0.85
store_serialize
Function · 0.85
print_udomain
Function · 0.85
get_domain_mem_ucontacts
Function · 0.85
get_ucontact_from_id
Function · 0.85
persist_urecord_kv_store
Function · 0.85
rl_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected