Searched refs:xmlEntity (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dentities.c29 static xmlEntity xmlEntityLt = {
36 static xmlEntity xmlEntityGt = {
43 static xmlEntity xmlEntityAmp = {
50 static xmlEntity xmlEntityQuot = {
57 static xmlEntity xmlEntityApos = {
178 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
183 memset(ret, 0, sizeof(xmlEntity));
784 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
789 memset(cur, 0, sizeof(xmlEntity));
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h47 typedef struct _xmlEntity xmlEntity; typedef in typeref:struct:_xmlEntity
48 typedef xmlEntity *xmlEntityPtr;
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.py559 return xmlEntity(_obj=o)

Completed in 1585 milliseconds