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

Function iterator_is_valid

map.c:590–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590int iterator_is_valid( map_iterator_t * it )
591{
592 if( it == NULL || it->map ==NULL || it->node == NULL)
593 return 0;
594
595 return 1;
596}
597
598int iterator_next( map_iterator_t * it )
599{

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