/third_party/libxml2/include/libxml/ |
D | tree.h | 549 typedef struct _xmlDoc xmlDoc; typedef 550 typedef xmlDoc *xmlDocPtr; 762 xmlGetIntSubset (const xmlDoc *doc); 850 xmlNewDocText (const xmlDoc *doc, 881 xmlNewReference (const xmlDoc *doc, 920 xmlDocGetRootElement (const xmlDoc *doc); 997 xmlGetNsList (const xmlDoc *doc, 1043 xmlStringGetNodeList (const xmlDoc *doc, 1046 xmlStringLenGetNodeList (const xmlDoc *doc, 1055 xmlNodeListGetRawString (const xmlDoc *doc, [all …]
|
D | entities.h | 106 xmlGetDocEntity (const xmlDoc *doc, 123 xmlEncodeSpecialChars (const xmlDoc *doc,
|
/third_party/libxml2/python/ |
D | libxml.py | 333 return xmlDoc(_obj=self._o) 336 return xmlDoc(_obj=ret) 384 return xmlDoc(_obj=self._o) 387 return xmlDoc(_obj=ret) 581 return xmlDoc(_obj=o)
|
/third_party/libxml2/doc/ |
D | structure.fig | 232 4 0 0 0 0 14 16 0.0000 4 150 900 2175 675 xmlDoc\001
|
/third_party/libxml2/doc/examples/ |
D | tree1.c | 53 xmlDoc *doc = NULL; in main()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | FontTestUtils.cpp | 33 xmlDoc* doc = xmlReadFile(fontXml, NULL, 0); in getFontFamilies()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/ |
D | WindowsManifestMerger.cpp | 51 void operator()(xmlDoc *Ptr) { xmlFreeDoc(Ptr); } in operator ()() 669 std::unique_ptr<xmlDoc, XmlDeleter> OutputDoc( in getMergedManifest()
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | namespaces | 164 The user app has no problem inserting its namespace into the xmlDoc and 212 if the xmlNodePtrs are from the same xmlDoc.
|
/third_party/libxml2/ |
D | entities.c | 525 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() 820 xmlEncodeSpecialChars(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlChar *input) { in xmlEncodeSpecialChars()
|
D | tree.c | 925 xmlGetIntSubset(const xmlDoc *doc) { in xmlGetIntSubset() 1171 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in xmlNewDoc() 1176 memset(cur, 0, sizeof(xmlDoc)); in xmlNewDoc() 1275 xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) { in xmlStringLenGetNodeList() 1498 xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) { in xmlStringGetNodeList() 1789 xmlNodeListGetRawString(const xmlDoc *doc, const xmlNode *list, int inLine) in xmlNodeListGetRawString() 2619 xmlNewReference(const xmlDoc *doc, const xmlChar *name) { in xmlNewReference() 2637 cur->doc = (xmlDoc *)doc; in xmlNewReference() 2675 xmlNewDocText(const xmlDoc *doc, const xmlChar *content) { in xmlNewDocText() 2679 if (cur != NULL) cur->doc = (xmlDoc *)doc; in xmlNewDocText() [all …]
|
D | testapi.c | 9491 static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_const_xmlDoc_ptr() 9494 static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int … in des_const_xmlDoc_ptr() 9503 xmlDoc * doc; /* the document containing the string */ in test_xmlEncodeSpecialChars() 9514 ret_val = xmlEncodeSpecialChars((const xmlDoc *)doc, (const xmlChar *)input); in test_xmlEncodeSpecialChars() 9517 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlEncodeSpecialChars() 9542 xmlDoc * doc; /* the document referencing the entity */ in test_xmlGetDocEntity() 9553 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity() 9556 des_const_xmlDoc_ptr(n_doc, (const xmlDoc *)doc, 0); in test_xmlGetDocEntity() 20374 xmlDoc * doc; /* the document */ in test_xmlDocGetRootElement() 20381 ret_val = xmlDocGetRootElement((const xmlDoc *)doc); in test_xmlDocGetRootElement() [all …]
|
D | HTMLparser.c | 2494 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc)); in htmlNewDocNoDtD() 2499 memset(cur, 0, sizeof(xmlDoc)); in htmlNewDocNoDtD()
|
D | NEWS | 168 Add the copy of type from original xmlDoc in xmlCopyDoc() (SVGAnimate),
|
/third_party/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 57 * 1) xmlNs gets an additional field @context (a xmlDoc) 58 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc. 422 d context like(xmlDocPtr) normally an xmlDoc 542 * xmlDoc: 546 d xmlDoc ds based(xmlDocPtr)
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 524 <ANCHOR id="xmlDoc" href="libxml/libxml-tree.html#xmlDoc">
|
/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 1200 xmlDoc *doc = NULL; in parse_manifest()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 76718 - in xmlDoc. Daniel will surely not like this idea :-) But 81045 - classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as 85978 - * SAX.c: ensured xmlDoc.URL is always canonic 94197 - xmlDoc and xmlNode (for Corba export). 95831 + Add the copy of type from original xmlDoc in xmlCopyDoc() (SVGAnimate), 130111 -static xmlDoc * gen_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { 130114 -static void des_const_xmlDoc_ptr(int no ATTRIBUTE_UNUSED, const xmlDoc * val ATTRIBUTE_UNUSED, int… 132761 @@ -1287,7 +1284,7 @@ xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) { 132770 @@ -1508,7 +1505,7 @@ xmlStringGetNodeList(const xmlDoc *doc, const xmlChar *value) {
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 39020 …<typedef-decl name='xmlDoc' type-id='226f124f' filepath='external/libxml2/include/libxml/tree.h' l…
|