Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c36 static xmlEntity xmlEntityLt = {
43 static xmlEntity xmlEntityGt = {
50 static xmlEntity xmlEntityAmp = {
57 static xmlEntity xmlEntityQuot = {
64 static xmlEntity xmlEntityApos = {
159 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCreateEntity()
164 memset(ret, 0, sizeof(xmlEntity)); in xmlCreateEntity()
918 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCopyEntity()
923 memset(cur, 0, sizeof(xmlEntity)); in xmlCopyEntity()
/external/libxml2/os400/libxmlrpg/
Dentities.rpgle36 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">