Searched refs:xmlNotation (Results 1 – 2 of 2) sorted by relevance
153 typedef struct _xmlNotation xmlNotation; typedef154 typedef xmlNotation *xmlNotationPtr;
2379 ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlAddNotationDecl()2384 memset(ret, 0, sizeof(xmlNotation)); in xmlAddNotationDecl()2435 cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); in xmlCopyNotation()