MCPcopy Create free account
hub / github.com/corosync/corosync / icmap_iter_init_r

Function icmap_iter_init_r

exec/icmap.c:1088–1091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086}
1087
1088icmap_iter_t icmap_iter_init_r(const icmap_map_t map, const char *prefix)
1089{
1090 return (qb_map_pref_iter_create(map->qb_map, prefix));
1091}
1092
1093icmap_iter_t icmap_iter_init(const char *prefix)
1094{

Callers 9

icmap_iter_initFunction · 0.85
icmap_copy_mapFunction · 0.85
nodelist_bynameFunction · 0.85
find_local_nodeFunction · 0.85
get_interface_paramsFunction · 0.85
remove_deleted_entriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected