Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ iterator_val
Function
iterator_val
map.c:582–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
void** iterator_val( map_iterator_t * it )
583
{
584
if( it == NULL )
585
return NULL;
586
587
return &it->node->val;
588
}
589
590
int iterator_is_valid( map_iterator_t * it )
591
{
Callers
15
__get_avp_name
Function · 0.85
map_remove_tls_dom
Function · 0.85
sort_map_dom_arrays
Function · 0.85
_remove_ip_port
Function · 0.85
mi_usrloc_dump
Function · 0.85
receive_sync_request
Function · 0.85
print_udomain
Function · 0.85
get_domain_mem_ucontacts
Function · 0.85
get_ucontact_from_id
Function · 0.85
mem_timer_udomain
Function · 0.85
rl_timer
Function · 0.85
rl_broadcast
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected