Lines Matching refs:entry
217 * means there is no entry for that key. Do not print an error message
225 jsonw_start_object(json_wtr); /* entry */
232 jsonw_end_object(json_wtr); /* entry */
237 msg = "<no entry>";
525 struct hashmap_entry *entry;
529 hashmap__for_each_key_entry(map_table, entry, info->id)
530 jsonw_string(json_wtr, entry->pvalue);
603 struct hashmap_entry *entry;
605 hashmap__for_each_key_entry(map_table, entry, info->id)
606 printf("\n\tpinned %s", (char *)entry->pvalue);