Home
last modified time | relevance | path

Searched refs:got_xmldec (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c563 gboolean got_xmldec; in xml_check_first_element_from_data() local
574 got_xmldec = (memcmp (data, "<?xml", 5) == 0); in xml_check_first_element_from_data()
576 if (strict && !got_xmldec) in xml_check_first_element_from_data()
580 if (got_xmldec) { in xml_check_first_element_from_data()
613 gboolean got_xmldec; in xml_check_first_element() local
625 got_xmldec = (memcmp (data, "<?xml", 5) == 0); in xml_check_first_element()
627 if (strict && !got_xmldec) in xml_check_first_element()
631 if (got_xmldec) { in xml_check_first_element()