xmlGetDocEntity 548 third_party/libxml/src/SAX2.c ret = xmlGetDocEntity(ctxt->myDoc, name); xmlGetDocEntity 551 third_party/libxml/src/SAX2.c ret = xmlGetDocEntity(ctxt->myDoc, name); xmlGetDocEntity 554 third_party/libxml/src/SAX2.c ret = xmlGetDocEntity(ctxt->myDoc, name); xmlGetDocEntity 564 third_party/libxml/src/SAX2.c ret = xmlGetDocEntity(ctxt->myDoc, name); xmlGetDocEntity 1039 third_party/libxml/src/debugXML.c ent = xmlGetDocEntity(node->doc, node->name); xmlGetDocEntity 3843 third_party/libxml/src/elfgcchack.h #undef xmlGetDocEntity xmlGetDocEntity 3844 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias"))); xmlGetDocEntity 3846 third_party/libxml/src/elfgcchack.h #ifndef xmlGetDocEntity xmlGetDocEntity 3847 third_party/libxml/src/elfgcchack.h extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden"))); xmlGetDocEntity 3848 third_party/libxml/src/elfgcchack.h #define xmlGetDocEntity xmlGetDocEntity__internal_alias xmlGetDocEntity 105 third_party/libxml/src/include/libxml/entities.h xmlGetDocEntity (xmlDocPtr doc, xmlGetDocEntity 9469 third_party/libxml/src/testapi.c ret_val = xmlGetDocEntity(doc, (const xmlChar *)name); xmlGetDocEntity 1350 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, val); xmlGetDocEntity 1535 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, val); xmlGetDocEntity 1653 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, node->name); xmlGetDocEntity 1735 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, node->name); xmlGetDocEntity 2571 third_party/libxml/src/tree.c ent = xmlGetDocEntity(doc, cur->name); xmlGetDocEntity 4212 third_party/libxml/src/tree.c ret->children = (xmlNodePtr) xmlGetDocEntity(doc, ret->name); xmlGetDocEntity 5296 third_party/libxml/src/tree.c ent = xmlGetDocEntity(cur->doc, cur->name); xmlGetDocEntity 5388 third_party/libxml/src/tree.c ent = xmlGetDocEntity(cur->doc, cur->name); xmlGetDocEntity 9025 third_party/libxml/src/tree.c ent = xmlGetDocEntity(destDoc, cur->name); xmlGetDocEntity 9419 third_party/libxml/src/tree.c ent = xmlGetDocEntity(destDoc, cur->name); xmlGetDocEntity 9744 third_party/libxml/src/tree.c ent = xmlGetDocEntity(destDoc, cur->name); xmlGetDocEntity 9881 third_party/libxml/src/tree.c ent = xmlGetDocEntity(destDoc, node->name); xmlGetDocEntity 3855 third_party/libxml/src/valid.c ent = xmlGetDocEntity(doc, value); xmlGetDocEntity 3859 third_party/libxml/src/valid.c ent = xmlGetDocEntity(doc, value); xmlGetDocEntity 3889 third_party/libxml/src/valid.c ent = xmlGetDocEntity(doc, nam); xmlGetDocEntity 1288 third_party/libxml/src/xinclude.c prev = xmlGetDocEntity(doc, ent->name); xmlGetDocEntity 2809 third_party/libxml/src/xmlschemastypes.c ent = xmlGetDocEntity(node->doc, strip); xmlGetDocEntity 2812 third_party/libxml/src/xmlschemastypes.c ent = xmlGetDocEntity(node->doc, value); xmlGetDocEntity 570 third_party/libxslt/libxslt/functions.c entity = xmlGetDocEntity(ctxt->context->doc, str);