Home
last modified time | relevance | path

Searched refs:xmlDocGetRootElement (Results 1 – 25 of 40) sorted by relevance

12

/third_party/musl/libc-test/src/functional/
Dtest-malloc-info.c95 xmlNodePtr root_element = xmlDocGetRootElement(doc_ptr); in find_thread_in_document()
129 …xmlNodePtr heap_space_root = find_child_node("total_free_heap_space", xmlDocGetRootElement(doc_ptr… in populate_total_free_heap_space()
/third_party/libxml2/doc/examples/
Dtree1.c74 root_element = xmlDocGetRootElement(doc); in main()
/third_party/libxml2/
DtestC14N.c86 if(xmlDocGetRootElement(doc) == NULL) { in test_c14n()
265 if(xmlDocGetRootElement(doc) == NULL) { in load_xpath_expr()
Drunsuite.c636 cur = xmlDocGetRootElement(doc); in xsdTest()
699 cur = xmlDocGetRootElement(doc); in rngTest1()
737 cur = xmlDocGetRootElement(doc); in rngTest2()
994 cur = xmlDocGetRootElement(doc); in xstcMetadata()
DtestXPath.c90 ctxt->node = xmlDocGetRootElement(document); in testXPath()
Dschematron.c1040 ret = xmlDocGetRootElement(doc);
1131 root = xmlDocGetRootElement(doc); in xmlSchematronParse()
1677 root = xmlDocGetRootElement(instance); in xmlSchematronValidateDoc()
Drunxmlconf.c532 cur = xmlDocGetRootElement(doc); in xmlconfTest()
Dxinclude.c740 xmlXIncludeDoProcess(newctxt, doc, xmlDocGetRootElement(doc), 0); in xmlXIncludeRecurseDoc()
1368 cur = xmlDocGetRootElement(doc); in xmlXIncludeMergeEntities()
2548 tree = xmlDocGetRootElement(doc); in xmlXIncludeProcessFlagsData()
Druntest.c2436 ctxt->node = xmlDocGetRootElement(xpathDocument); in testXPath()
3640 root = xmlDocGetRootElement(doc); in patternTest()
3732 if(xmlDocGetRootElement(doc) == NULL) { in load_xpath_expr()
3883 if(xmlDocGetRootElement(doc) == NULL) { in c14nRunTest()
Drelaxng.c1193 root = xmlDocGetRootElement(ctxt->doc); in xmlRelaxNGNewValidState()
1566 xmlDocGetRootElement(inc->doc)->children, in xmlRelaxNGRemoveRedefine()
1656 root = xmlDocGetRootElement(doc); in xmlRelaxNGLoadInclude()
1694 root = xmlDocGetRootElement(doc); in xmlRelaxNGLoadInclude()
1998 root = xmlDocGetRootElement(doc); in xmlRelaxNGLoadExternalRef()
4578 root = xmlDocGetRootElement(incl->doc); in xmlRelaxNGParseInclude()
4773 root = xmlDocGetRootElement(docu->doc); in xmlRelaxNGProcessExternalRef()
7487 root = xmlDocGetRootElement(doc); in xmlRelaxNGCleanupDoc()
7562 root = xmlDocGetRootElement(doc); in xmlRelaxNGParse()
Dlibxml2.syms945 xmlDocGetRootElement;
Dvalid.c6415 root = xmlDocGetRootElement(doc); in xmlValidateRoot()
6743 root = xmlDocGetRootElement(doc); in xmlValidateDtd()
6962 root = xmlDocGetRootElement(doc); in xmlValidateDocument()
/third_party/libxml2/doc/tutorial/
Dincludeaddattribute.c24 cur = xmlDocGetRootElement(doc);
Dincludegetattribute.c38 cur = xmlDocGetRootElement(doc);
Dincludekeyword.c37 cur = xmlDocGetRootElement(doc);
Dincludeaddkeyword.c28 cur = xmlDocGetRootElement(doc);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp638 xmlNodePtr AdditionalRoot = xmlDocGetRootElement(ManifestXML); in merge()
644 xmlNodePtr CombinedRoot = xmlDocGetRootElement(CombinedDoc); in merge()
666 xmlNodePtr CombinedRoot = xmlDocGetRootElement(CombinedDoc); in getMergedManifest()
672 assert(0 == xmlDocGetRootElement(CombinedDoc)); in getMergedManifest()
/third_party/flutter/engine/flutter/third_party/txt/tests/
DFontTestUtils.cpp34 xmlNode* familySet = xmlDocGetRootElement(doc); in getFontFamilies()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c1215 root_element = xmlDocGetRootElement (doc); in gst_mpdparser_get_mpd_root_node()
1248 xmlNode *root_element = xmlDocGetRootElement (doc); in gst_mpdparser_get_external_segment_list()
1274 xmlNode *root_element = xmlDocGetRootElement (doc); in gst_mpdparser_get_external_periods()
1316 xmlNode *root_element = xmlDocGetRootElement (doc); in gst_mpdparser_get_external_adaptation_sets()
/third_party/libxml2/example/
Dgjobread.c204 cur = xmlDocGetRootElement(doc); in parseGjobFile()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c187 node = xmlDocGetRootElement(doc); in xml_node_from_buf()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c187 node = xmlDocGetRootElement(doc); in xml_node_from_buf()
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssmanifest.c372 root = manifest->xmlrootnode = xmlDocGetRootElement (manifest->xml); in gst_mss_manifest_new()
1398 root = xmlDocGetRootElement (xml); in gst_mss_manifest_reload_fragments()
/third_party/libxml2/include/libxml/
Dtree.h920 xmlDocGetRootElement (const xmlDoc *doc);
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1073 d xmlDocGetRootElement...
1074 d pr extproc('xmlDocGetRootElement')

12