| 241 | } |
| 242 | |
| 243 | static void dict_set_object(CFMutableDictionaryRef dict, CFStringRef key, CFTypeRef *value) |
| 244 | { |
| 245 | CFDictionarySetValue(dict, key, value); |
| 246 | } |
| 247 | |
| 248 | static void dict_set_i32(CFMutableDictionaryRef dict, CFStringRef key, int32_t value) |
| 249 | { |
no outgoing calls
no test coverage detected