Home
last modified time | relevance | path

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

/external/libxml2/
Dentities.c29 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()
/external/libxml2/include/libxml/
Dtree.h47 typedef struct _xmlEntity xmlEntity; typedef
48 typedef xmlEntity *xmlEntityPtr;
/external/webkit/WebCore/dom/
DXMLTokenizerLibxml2.cpp1174 static xmlEntity entity; in sharedXHTMLEntity()
/external/webkit/WebCore/
DChangeLog-2008-08-1026095 Initialize the extra member of the xmlEntity struct when using libxml2 >= 2.6.27.