Lines Matching refs:annot

496     xmlSchemaAnnotPtr annot;  member
509 xmlSchemaAnnotPtr annot; member
526 xmlSchemaAnnotPtr annot; member
671 xmlSchemaAnnotPtr annot; member
691 xmlSchemaAnnotPtr annot; member
709 xmlSchemaAnnotPtr annot; member
746 xmlSchemaAnnotPtr annot; member
3766 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument
3768 if (annot == NULL) in xmlSchemaFreeAnnot()
3770 if (annot->next == NULL) { in xmlSchemaFreeAnnot()
3771 xmlFree(annot); in xmlSchemaFreeAnnot()
3776 prev = annot; in xmlSchemaFreeAnnot()
3777 annot = annot->next; in xmlSchemaFreeAnnot()
3779 } while (annot != NULL); in xmlSchemaFreeAnnot()
3808 if (attr->annot != NULL) in xmlSchemaFreeAttribute()
3809 xmlSchemaFreeAnnot(attr->annot); in xmlSchemaFreeAttribute()
3826 if (use->annot != NULL) in xmlSchemaFreeAttributeUse()
3827 xmlSchemaFreeAnnot(use->annot); in xmlSchemaFreeAttributeUse()
3876 if (wildcard->annot != NULL) in xmlSchemaFreeWildcard()
3877 xmlSchemaFreeAnnot(wildcard->annot); in xmlSchemaFreeWildcard()
3896 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()
3897 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()
3961 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3962 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3994 if (elem->annot != NULL) in xmlSchemaFreeElement()
3995 xmlSchemaFreeAnnot(elem->annot); in xmlSchemaFreeElement()
4018 if (facet->annot != NULL) in xmlSchemaFreeFacet()
4019 xmlSchemaFreeAnnot(facet->annot); in xmlSchemaFreeFacet()
4034 if (type->annot != NULL) in xmlSchemaFreeType()
4035 xmlSchemaFreeAnnot(type->annot); in xmlSchemaFreeType()
4074 if (item->annot != NULL) in xmlSchemaFreeModelGroupDef()
4075 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroupDef()
4088 if (item->annot != NULL) in xmlSchemaFreeModelGroup()
4089 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroup()
4126 if (item->annot != NULL) in xmlSchemaComponentListFree()
4127 xmlSchemaFreeAnnot(item->annot); in xmlSchemaComponentListFree()
4216 if (schema->annot != NULL) in xmlSchemaFree()
4217 xmlSchemaFreeAnnot(schema->annot); in xmlSchemaFree()
4330 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump() argument
4334 if (annot == NULL) in xmlSchemaAnnotDump()
4337 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4553 if (type->annot != NULL) in xmlSchemaTypeDump()
4554 xmlSchemaAnnotDump(output, type->annot); in xmlSchemaTypeDump()
4597 if (schema->annot != NULL) in xmlSchemaDump()
4598 xmlSchemaAnnotDump(output, schema->annot); in xmlSchemaDump()
5598 ret->annot = NULL; in xmlSchemaAddParticle()
6785 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6985 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
7030 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
7052 particle->annot = annot; in xmlSchemaParseAny()
7092 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7161 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7531 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7693 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7920 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
8174 #define ADD_ANNOTATION(annot) \ argument
8175 xmlSchemaAnnotPtr cur = item->annot; \
8176 if (item->annot == NULL) { \
8177 item->annot = annot; \
8178 return (annot); \
8180 cur = item->annot; \
8184 cur->next = annot;
8197 xmlSchemaAnnotPtr annot) in xmlSchemaAddAnnotation() argument
8199 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8204 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8209 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8215 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8223 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8229 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8234 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8250 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8256 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8261 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8268 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8279 return (annot); in xmlSchemaAddAnnotation()
8475 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseIDC()
8546 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseElement() local
8580 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseElement()
8665 particle->annot = annot; in xmlSchemaParseElement()
8900 decl->annot = annot; in xmlSchemaParseElement()
8916 if (annot != NULL) { in xmlSchemaParseElement()
8918 particle->annot = NULL; in xmlSchemaParseElement()
8920 decl->annot = NULL; in xmlSchemaParseElement()
8921 xmlSchemaFreeAnnot(annot); in xmlSchemaParseElement()
9380 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSimpleType()
9499 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefRef()
9585 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefinition()
9837 xmlSchemaAnnotPtr annot; in xmlSchemaParseSchemaTopLevel() local
9850 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9851 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9852 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9854 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
9918 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9919 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9920 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9922 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
11380 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroup()
12361 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseComplexType()