MCPcopy 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
582void** iterator_val( map_iterator_t * it )
583{
584 if( it == NULL )
585 return NULL;
586
587 return &it->node->val;
588}
589
590int iterator_is_valid( map_iterator_t * it )
591{

Callers 15

__get_avp_nameFunction · 0.85
map_remove_tls_domFunction · 0.85
sort_map_dom_arraysFunction · 0.85
_remove_ip_portFunction · 0.85
mi_usrloc_dumpFunction · 0.85
receive_sync_requestFunction · 0.85
print_udomainFunction · 0.85
get_domain_mem_ucontactsFunction · 0.85
get_ucontact_from_idFunction · 0.85
mem_timer_udomainFunction · 0.85
rl_timerFunction · 0.85
rl_broadcastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected