Searched refs:doctype (Results 1 – 1 of 1) sorted by relevance
177 struct ebml_type doctype; member350 E_FIELD(ID_DOCTYPE, TYPE_STRING, struct ebml, doctype),1656 char * doctype; in ne_match_webm() local1687 if (ne_get_string(ctx->ebml.doctype, &doctype) != 0 || in ne_match_webm()1688 strcmp(doctype, "webm") != 0) { in ne_match_webm()1704 char * doctype; in nestegg_init() local1749 if (ne_get_string(ctx->ebml.doctype, &doctype) != 0) in nestegg_init()1750 doctype = "matroska"; in nestegg_init()1751 if (strcmp(doctype, "webm") != 0) { in nestegg_init()