HomeSort by relevance Sort by last modified time
    Searched refs:xmlEntity (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
entities.c 31 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));
159 memset(ret, 0, sizeof(xmlEntity));
913 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
918 memset(cur, 0, sizeof(xmlEntity));
  /external/libxml2/include/libxml/
tree.h 48 typedef struct _xmlEntity xmlEntity;
49 typedef xmlEntity *xmlEntityPtr;
    [all...]
  /external/libxml2/python/
libxml.py 589 return xmlEntity(_obj=o)

Completed in 1267 milliseconds