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

Function map_for_each

map.c:525–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525int map_for_each( map_t tree, process_each_func f, void * param)
526{
527 tree->ret_code = 0;
528
529 if( tree->avl_root )
530 process_all( tree, tree->avl_root, f, param);
531
532 return tree->ret_code;
533
534
535}
536
537int map_first( map_t map, map_iterator_t * it)
538{

Callers 6

mi_sync_domainFunction · 0.85
store_serializeFunction · 0.85
rl_statsFunction · 0.85
dr_update_head_cacheFunction · 0.85
mi_get_profile_valuesFunction · 0.85

Calls 1

process_allFunction · 0.85

Tested by

no test coverage detected