Home
last modified time | relevance | path

Searched refs:xmlNotation (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h153 typedef struct _xmlNotation xmlNotation; typedef
154 typedef xmlNotation *xmlNotationPtr;
/external/libxml2/
Dvalid.c2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()
2384 memset(ret, 0, sizeof(xmlNotation)); in xmlAddNotationDecl()
2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()