Searched refs:xmlEntity (Results 1 – 4 of 4) sorted by relevance
29 static xmlEntity xmlEntityLt = {36 static xmlEntity xmlEntityGt = {43 static xmlEntity xmlEntityAmp = {50 static xmlEntity xmlEntityQuot = {57 static xmlEntity xmlEntityApos = {152 ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCreateEntity()157 memset(ret, 0, sizeof(xmlEntity)); in xmlCreateEntity()830 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity)); in xmlCopyEntity()835 memset(cur, 0, sizeof(xmlEntity)); in xmlCopyEntity()
47 typedef struct _xmlEntity xmlEntity; typedef48 typedef xmlEntity *xmlEntityPtr;
1197 static xmlEntity entity; in sharedXHTMLEntity()
26095 Initialize the extra member of the xmlEntity struct when using libxml2 >= 2.6.27.