Home
last modified time | relevance | path

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

/external/libxml2/os400/libxmlrpg/
Dentities.rpgle104 d xmlGetDocEntity...
105 d pr extproc('xmlGetDocEntity')
/external/libxml2/include/libxml/
Dentities.h106 xmlGetDocEntity (const xmlDoc *doc,
/external/libxml2/
Dtree.c1367 ent = xmlGetDocEntity(doc, val); in xmlStringLenGetNodeList()
1563 ent = xmlGetDocEntity(doc, val); in xmlStringGetNodeList()
1698 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetString()
1780 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetRawString()
2616 ent = xmlGetDocEntity(doc, cur->name); in xmlNewReference()
4292 ret->children = (xmlNodePtr) xmlGetDocEntity(doc, ret->name); in xmlStaticCopyNode()
5453 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlBufGetNodeContent()
5545 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlNodeGetContent()
9236 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch()
9633 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapCloneNode()
[all …]
DSAX2.c574 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity()
577 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity()
580 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity()
590 ret = xmlGetDocEntity(ctxt->myDoc, name); in xmlSAX2GetEntity()
Dentities.c505 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() function
Dlibxml2.syms525 xmlGetDocEntity;
Dvalid.c3856 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2()
3860 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2()
3890 ent = xmlGetDocEntity(doc, nam); in xmlValidateAttributeValue2()
Dxmlschemastypes.c2820 ent = xmlGetDocEntity(node->doc, strip); in xmlSchemaValAtomicType()
2823 ent = xmlGetDocEntity(node->doc, value); in xmlSchemaValAtomicType()
Dxinclude.c1292 prev = xmlGetDocEntity(doc, ent->name); in xmlXIncludeMergeEntity()
Delfgcchack.h3935 #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
DdebugXML.c1041 ent = xmlGetDocEntity(node->doc, node->name); in xmlCtxtDumpOneNode()
Dtestapi.c9520 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
/external/libxml2/win32/
Dlibxml2.def.src911 xmlGetDocEntity
/external/ImageMagick/coders/
Dsvg.c562 return(xmlGetDocEntity(svg_info->document,name)); in SVGGetEntity()
Dmsl.c343 return(xmlGetDocEntity(msl_info->document,name)); in MSLGetEntity()