Lines Matching refs:section_name
3630 static int match_section(const char *section_name,
3637 if (!strcmp(section_name, section->name) ||
3638 (section->unique_name && !strcmp(section_name, section->unique_name))) {
3640 "'%s' matches section with unique name '%s'\n", section_name,
3656 char *section_name = av_get_token(&p, "=:");
3659 if (!section_name) {
3673 entry, section_name);
3682 ret = match_section(section_name, show_all_entries, entries);
3684 av_log(NULL, AV_LOG_ERROR, "No match for section '%s'\n", section_name);
3688 av_free(section_name);