Lines Matching defs:name
43 const char *name;
75 .fields = {{"Name", ASS_STR, offsetof(ASSStyle, name) },
107 .fields = {{"Name", ASS_STR, offsetof(ASSStyle, name) },
138 {"Name", ASS_STR, offsetof(ASSDialog, name) },
247 for (i = 0; section->fields[i].name; i++)
295 for (i=0; section->fields[i].name; i++)
296 if (!strncmp(buf, section->fields[i].name, len)) {
339 for (i=0; section->fields[i].name; i++)
340 if (!strncmp(buf, section->fields[i].name, len)) {
410 for (j=0; section->fields[j].name; j++) {
427 av_freep(&dialog->name);
440 {"Name", ASS_STR, offsetof(ASSDialog, name) },
586 if (ass->styles[i].name && !strcmp(ass->styles[i].name, style))