• Home
  • Raw
  • Download

Lines Matching refs:annot

488     xmlSchemaAnnotPtr annot;  member
501 xmlSchemaAnnotPtr annot; member
518 xmlSchemaAnnotPtr annot; member
663 xmlSchemaAnnotPtr annot; member
683 xmlSchemaAnnotPtr annot; member
701 xmlSchemaAnnotPtr annot; member
738 xmlSchemaAnnotPtr annot; member
3699 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument
3701 if (annot == NULL) in xmlSchemaFreeAnnot()
3703 if (annot->next == NULL) { in xmlSchemaFreeAnnot()
3704 xmlFree(annot); in xmlSchemaFreeAnnot()
3709 prev = annot; in xmlSchemaFreeAnnot()
3710 annot = annot->next; in xmlSchemaFreeAnnot()
3712 } while (annot != NULL); in xmlSchemaFreeAnnot()
3741 if (attr->annot != NULL) in xmlSchemaFreeAttribute()
3742 xmlSchemaFreeAnnot(attr->annot); in xmlSchemaFreeAttribute()
3759 if (use->annot != NULL) in xmlSchemaFreeAttributeUse()
3760 xmlSchemaFreeAnnot(use->annot); in xmlSchemaFreeAttributeUse()
3809 if (wildcard->annot != NULL) in xmlSchemaFreeWildcard()
3810 xmlSchemaFreeAnnot(wildcard->annot); in xmlSchemaFreeWildcard()
3829 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()
3830 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()
3894 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3895 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3927 if (elem->annot != NULL) in xmlSchemaFreeElement()
3928 xmlSchemaFreeAnnot(elem->annot); in xmlSchemaFreeElement()
3951 if (facet->annot != NULL) in xmlSchemaFreeFacet()
3952 xmlSchemaFreeAnnot(facet->annot); in xmlSchemaFreeFacet()
3967 if (type->annot != NULL) in xmlSchemaFreeType()
3968 xmlSchemaFreeAnnot(type->annot); in xmlSchemaFreeType()
4007 if (item->annot != NULL) in xmlSchemaFreeModelGroupDef()
4008 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroupDef()
4021 if (item->annot != NULL) in xmlSchemaFreeModelGroup()
4022 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroup()
4059 if (item->annot != NULL) in xmlSchemaComponentListFree()
4060 xmlSchemaFreeAnnot(item->annot); in xmlSchemaComponentListFree()
4150 if (schema->annot != NULL) in xmlSchemaFree()
4151 xmlSchemaFreeAnnot(schema->annot); in xmlSchemaFree()
4262 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump() argument
4266 if (annot == NULL) in xmlSchemaAnnotDump()
4269 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4485 if (type->annot != NULL) in xmlSchemaTypeDump()
4486 xmlSchemaAnnotDump(output, type->annot); in xmlSchemaTypeDump()
4522 if (schema->annot != NULL) in xmlSchemaDump()
4523 xmlSchemaAnnotDump(output, schema->annot); in xmlSchemaDump()
5525 ret->annot = NULL; in xmlSchemaAddParticle()
6700 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6900 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
6945 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
6967 particle->annot = annot; in xmlSchemaParseAny()
7007 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7076 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7446 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7608 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7835 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
8089 #define ADD_ANNOTATION(annot) \ argument
8090 xmlSchemaAnnotPtr cur = item->annot; \
8091 if (item->annot == NULL) { \
8092 item->annot = annot; \
8093 return (annot); \
8095 cur = item->annot; \
8099 cur->next = annot;
8112 xmlSchemaAnnotPtr annot) in xmlSchemaAddAnnotation() argument
8114 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8119 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8124 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8130 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8138 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8144 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8149 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8165 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8171 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8176 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8183 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8194 return (annot); in xmlSchemaAddAnnotation()
8390 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseIDC()
8461 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseElement() local
8495 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseElement()
8580 particle->annot = annot; in xmlSchemaParseElement()
8815 decl->annot = annot; in xmlSchemaParseElement()
8831 if (annot != NULL) { in xmlSchemaParseElement()
8833 particle->annot = NULL; in xmlSchemaParseElement()
8835 decl->annot = NULL; in xmlSchemaParseElement()
8836 xmlSchemaFreeAnnot(annot); in xmlSchemaParseElement()
9295 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSimpleType()
9414 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefRef()
9500 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefinition()
9752 xmlSchemaAnnotPtr annot; in xmlSchemaParseSchemaTopLevel() local
9765 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9766 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9767 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9769 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
9833 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9834 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9835 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9837 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
11296 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroup()
12277 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseComplexType()