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

Function icmap_iter_init

exec/icmap.c:1093–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091}
1092
1093icmap_iter_t icmap_iter_init(const char *prefix)
1094{
1095 return (icmap_iter_init_r(icmap_global_map, prefix));
1096}
1097
1098
1099const char *icmap_iter_next(icmap_iter_t iter, size_t *value_len, icmap_value_types_t *type)

Callers 8

service_unlink_and_exitFunction · 0.85
remove_deleted_entriesFunction · 0.85
wd_scan_resourcesFunction · 0.85
set_local_node_posFunction · 0.85
create_nodes_from_configFunction · 0.85

Calls 1

icmap_iter_init_rFunction · 0.85

Tested by

no test coverage detected