| 1086 | } |
| 1087 | |
| 1088 | icmap_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 | |
| 1093 | icmap_iter_t icmap_iter_init(const char *prefix) |
| 1094 | { |
no outgoing calls
no test coverage detected