Lines Matching defs:target
335 MatroskaTagTarget target;
721 { MATROSKA_ID_TAGTARGETS, EBML_NEST, 0, 0, offsetof(MatroskaTags, target), { .n = matroska_tagtargets } },
1834 if (tags[i].target.attachuid) {
1838 if (attachment[j].uid == tags[i].target.attachuid &&
1849 i, tags[i].target.attachuid);
1851 } else if (tags[i].target.chapteruid) {
1855 if (chapter[j].uid == tags[i].target.chapteruid &&
1866 i, tags[i].target.chapteruid);
1868 } else if (tags[i].target.trackuid) {
1872 if (track[j].uid == tags[i].target.trackuid &&
1883 i, tags[i].target.trackuid);
1887 tags[i].target.type);