| 1061 | } |
| 1062 | |
| 1063 | cs_error_t icmap_dec(const char *key_name) |
| 1064 | { |
| 1065 | return (icmap_dec_r(icmap_global_map, key_name)); |
| 1066 | } |
| 1067 | |
| 1068 | cs_error_t icmap_fast_inc_r(const icmap_map_t map, const char *key_name) |
| 1069 | { |
nothing calls this directly
no test coverage detected