Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dentities.h106 xmlGetDocEntity (const xmlDoc *doc,
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle106 d xmlGetDocEntity...
107 d pr extproc('xmlGetDocEntity')
/external/libxml2/
Dtree.c1386 ent = xmlGetDocEntity(doc, val); in xmlStringLenGetNodeList()
1586 ent = xmlGetDocEntity(doc, val); in xmlStringGetNodeList()
1728 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetString()
1810 ent = xmlGetDocEntity(doc, node->name); in xmlNodeListGetRawString()
2645 ent = xmlGetDocEntity(doc, cur->name); in xmlNewReference()
4342 ret->children = (xmlNodePtr) xmlGetDocEntity(doc, ret->name); in xmlStaticCopyNode()
5506 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlBufGetNodeContent()
5598 ent = xmlGetDocEntity(cur->doc, cur->name); in xmlNodeGetContent()
9298 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapAdoptBranch()
9695 ent = xmlGetDocEntity(destDoc, cur->name); in xmlDOMWrapCloneNode()
[all …]
DSAX2.c575 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()
Dentities.c548 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) { in xmlGetDocEntity() function
Dlibxml2.syms525 xmlGetDocEntity;
Dvalid.c3928 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2()
3932 ent = xmlGetDocEntity(doc, value); in xmlValidateAttributeValue2()
3962 ent = xmlGetDocEntity(doc, nam); in xmlValidateAttributeValue2()
Dxinclude.c1308 prev = xmlGetDocEntity(doc, ent->name); in xmlXIncludeMergeEntity()
Dxmlschemastypes.c2936 ent = xmlGetDocEntity(node->doc, strip); in xmlSchemaValAtomicType()
2939 ent = xmlGetDocEntity(node->doc, value); in xmlSchemaValAtomicType()
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.c9551 ret_val = xmlGetDocEntity((const xmlDoc *)doc, (const xmlChar *)name); in test_xmlGetDocEntity()
/external/libxml2/win32/
Dlibxml2.def.src911 xmlGetDocEntity
/external/ImageMagick/coders/
Dsvg.c836 return(xmlGetDocEntity(svg_info->document,name)); in SVGGetEntity()
Dmsl.c342 return(xmlGetDocEntity(msl_info->document,name)); in MSLGetEntity()