xmlEntity          29 third_party/libxml/src/entities.c static xmlEntity xmlEntityLt = {
xmlEntity          36 third_party/libxml/src/entities.c static xmlEntity xmlEntityGt = {
xmlEntity          43 third_party/libxml/src/entities.c static xmlEntity xmlEntityAmp = {
xmlEntity          50 third_party/libxml/src/entities.c static xmlEntity xmlEntityQuot = {
xmlEntity          57 third_party/libxml/src/entities.c static xmlEntity xmlEntityApos = {
xmlEntity         152 third_party/libxml/src/entities.c     ret = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
xmlEntity         157 third_party/libxml/src/entities.c     memset(ret, 0, sizeof(xmlEntity));
xmlEntity         830 third_party/libxml/src/entities.c     cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
xmlEntity         835 third_party/libxml/src/entities.c     memset(cur, 0, sizeof(xmlEntity));
xmlEntity          47 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlEntity xmlEntity;
xmlEntity          48 third_party/libxml/src/include/libxml/tree.h typedef xmlEntity *xmlEntityPtr;