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

  /external/libxml2/
entities.c 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));
157 memset(ret, 0, sizeof(xmlEntity));
830 cur = (xmlEntityPtr) xmlMalloc(sizeof(xmlEntity));
835 memset(cur, 0, sizeof(xmlEntity));
  /external/libxml2/include/libxml/
tree.h 47 typedef struct _xmlEntity xmlEntity;
48 typedef xmlEntity *xmlEntityPtr;
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp     [all...]

Completed in 635 milliseconds