xmlSchemaNotation  839 third_party/libxml/src/include/libxml/schemasInternals.h typedef struct _xmlSchemaNotation xmlSchemaNotation;
xmlSchemaNotation  840 third_party/libxml/src/include/libxml/schemasInternals.h typedef xmlSchemaNotation *xmlSchemaNotationPtr;
xmlSchemaNotation 5115 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
xmlSchemaNotation 5120 third_party/libxml/src/xmlschemas.c     memset(ret, 0, sizeof(xmlSchemaNotation));