Home
last modified time | relevance | path

Searched refs:xmlEntity (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/
Dentities.c31 static xmlEntity xmlEntityLt = {
38 static xmlEntity xmlEntityGt = {
45 static xmlEntity xmlEntityAmp = {
52 static xmlEntity xmlEntityQuot = {
59 static xmlEntity xmlEntityApos = {
154 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCreateEntity()
159 memset(ret, 0, sizeof(xmlEntity)); in xmlCreateEntity()
913 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCopyEntity()
918 memset(cur, 0, sizeof(xmlEntity)); in xmlCopyEntity()
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle34 d xmlEntity ds based(xmlEntityPtr)
/external/libxml2/include/libxml/
Dtree.h48 typedef struct _xmlEntity xmlEntity; typedef
49 typedef xmlEntity *xmlEntityPtr;
/external/libxml2/python/
Dlibxml.py589 return xmlEntity(_obj=o)
/external/libxml2/doc/html/
Dindex.sgml434 <ANCHOR id="xmlEntity" href="libxml/libxml-entities.html#xmlEntity">
483 <ANCHOR id="xmlEntity" href="libxml/libxml-tree.html#xmlEntity">