Searched refs:dump_entry (Results 1 – 2 of 2) sorted by relevance
32 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context);92 hash_map_foreach(map, dump_entry, NULL); in hash_map_utils_dump_string_keys_string_values()99 static bool dump_entry(hash_map_entry_t *entry, UNUSED_ATTR void *context) { in dump_entry() function
373 static bool dump_entry(void *key, void *value, void *context UNUSED) in dump_entry() function381 hashmapForEach(str_parms->map, dump_entry, str_parms); in str_parms_dump()