Lines Matching defs:entries
3616 int show_all_entries, AVDictionary *entries)
3624 mark_section_show_entries(*id, show_all_entries, entries);
3626 av_dict_copy(§ion->entries_to_show, entries, 0);
3631 int show_all_entries, AVDictionary *entries)
3643 mark_section_show_entries(section->id, show_all_entries, entries);
3655 AVDictionary *entries = NULL;
3672 "Adding '%s' to the entries to show in section '%s'\n",
3674 av_dict_set(&entries, entry, "", AV_DICT_DONT_STRDUP_KEY);
3682 ret = match_section(section_name, show_all_entries, entries);
3687 av_dict_free(&entries);
3923 "W.. = Section is a wrapper (contains other sections, no local entries)\n"
3979 "show a set of specified entries", "entry_list" },