xmlSchemaNotationPtr 1345 third_party/libxml/src/xmlschemas.c 	    return (((xmlSchemaNotationPtr) item)->name);
xmlSchemaNotationPtr 1402 third_party/libxml/src/xmlschemas.c 	    return (((xmlSchemaNotationPtr) item)->targetNamespace);
xmlSchemaNotationPtr 3702 third_party/libxml/src/xmlschemas.c xmlSchemaFreeNotation(xmlSchemaNotationPtr nota)
xmlSchemaNotationPtr 4065 third_party/libxml/src/xmlschemas.c 		    xmlSchemaFreeNotation((xmlSchemaNotationPtr) item);
xmlSchemaNotationPtr 4907 third_party/libxml/src/xmlschemas.c static xmlSchemaNotationPtr
xmlSchemaNotationPtr 4912 third_party/libxml/src/xmlschemas.c     xmlSchemaNotationPtr ret = NULL;
xmlSchemaNotationPtr 5105 third_party/libxml/src/xmlschemas.c static xmlSchemaNotationPtr
xmlSchemaNotationPtr 5110 third_party/libxml/src/xmlschemas.c     xmlSchemaNotationPtr ret = NULL;
xmlSchemaNotationPtr 5115 third_party/libxml/src/xmlschemas.c     ret = (xmlSchemaNotationPtr) xmlMalloc(sizeof(xmlSchemaNotation));
xmlSchemaNotationPtr 6962 third_party/libxml/src/xmlschemas.c static xmlSchemaNotationPtr
xmlSchemaNotationPtr 6967 third_party/libxml/src/xmlschemas.c     xmlSchemaNotationPtr ret;
xmlSchemaNotationPtr 8127 third_party/libxml/src/xmlschemas.c 		xmlSchemaNotationPtr item = (xmlSchemaNotationPtr) annItem;
xmlSchemaNotationPtr 20743 third_party/libxml/src/xmlschemas.c 		name = ((xmlSchemaNotationPtr) item)->name;