xmlNotation 153 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlNotation xmlNotation; xmlNotation 154 third_party/libxml/src/include/libxml/tree.h typedef xmlNotation *xmlNotationPtr; xmlNotation 2379 third_party/libxml/src/valid.c ret = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation)); xmlNotation 2384 third_party/libxml/src/valid.c memset(ret, 0, sizeof(xmlNotation)); xmlNotation 2435 third_party/libxml/src/valid.c cur = (xmlNotationPtr) xmlMalloc(sizeof(xmlNotation));