Searched refs:xmlNotation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h148 * xmlNotation:
153 typedef struct _xmlNotation xmlNotation; typedef in typeref:struct:_xmlNotation
154 typedef xmlNotation *xmlNotationPtr;
/external/libxml2/include/libxml/
H A Dtree.h186 * xmlNotation:
191 typedef struct _xmlNotation xmlNotation; typedef in typeref:struct:_xmlNotation
192 typedef xmlNotation *xmlNotationPtr;
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2384 memset(ret, 0, sizeof(xmlNotation));
2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
/external/libxml2/
H A Dvalid.c2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));
2384 memset(ret, 0, sizeof(xmlNotation));
2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));

Completed in 200 milliseconds