Searched refs:xmlGetDocEntity (Results 1 – 14 of 14) sorted by relevance
| /third_party/libxml2/os400/libxmlrpg/ |
| D | entities.rpgle | 106 d xmlGetDocEntity... 107 d pr extproc('xmlGetDocEntity')
|
| /third_party/libxml2/include/libxml/ |
| D | entities.h | 106 xmlGetDocEntity (const xmlDoc *doc,
|
| /third_party/libxml2/ |
| D | tree.c | 1386 ent = xmlGetDocEntity(doc, val); in xmlStringLenGetNodeList() 1586 ent = xmlGetDocEntity(doc, val); in xmlStringGetNodeList() 1732 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetString() 1814 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetRawString() 2649 ent = xmlGetDocEntity(doc, cur->name); in xmlNewReference() 4359 ret->children = (xmlNodePtr) xmlGetDocEntity(doc, ret->name); in xmlStaticCopyNode() 5523 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlBufGetNodeContent() 5615 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlNodeGetContent() 9297 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch() 9694 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapCloneNode() [all …]
|
| D | SAX2.c | 575 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity() 578 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity() 581 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity() 591 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity()
|
| D | entities.c | 525 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() function
|
| D | libxml2.syms | 525 xmlGetDocEntity;
|
| D | valid.c | 3976 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2() 3980 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2() 4010 ent = xmlGetDocEntity(doc, nam); in xmlValidateAttributeValue2()
|
| D | xinclude.c | 1306 prev = xmlGetDocEntity(doc, ent->name); in xmlXIncludeMergeEntity()
|
| D | xmlschemastypes.c | 2936 ent = xmlGetDocEntity(node->doc, strip); in xmlSchemaValAtomicType() 2939 ent = xmlGetDocEntity(node->doc, value); in xmlSchemaValAtomicType()
|
| D | elfgcchack.h | 3935 #undef xmlGetDocEntity 3936 extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_ali… 3938 #ifndef xmlGetDocEntity 3939 extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden")… 3940 #define xmlGetDocEntity xmlGetDocEntity__internal_alias macro
|
| D | debugXML.c | 1041 ent = xmlGetDocEntity(node->doc, node->name); in xmlCtxtDumpOneNode()
|
| D | testapi.c | 9553 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 911 xmlGetDocEntity
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 104920 -#undef xmlGetDocEntity 104921 -extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_al… 104923 -#ifndef xmlGetDocEntity 104924 -extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden"… 104925 -#define xmlGetDocEntity xmlGetDocEntity__internal_alias
|