• 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
3678 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument
3680 if (annot == NULL) in xmlSchemaFreeAnnot()
3682 if (annot->next == NULL) { in xmlSchemaFreeAnnot()
3683 xmlFree(annot); in xmlSchemaFreeAnnot()
3688 prev = annot; in xmlSchemaFreeAnnot()
3689 annot = annot->next; in xmlSchemaFreeAnnot()
3691 } while (annot != NULL); in xmlSchemaFreeAnnot()
3720 if (attr->annot != NULL) in xmlSchemaFreeAttribute()
3721 xmlSchemaFreeAnnot(attr->annot); in xmlSchemaFreeAttribute()
3738 if (use->annot != NULL) in xmlSchemaFreeAttributeUse()
3739 xmlSchemaFreeAnnot(use->annot); in xmlSchemaFreeAttributeUse()
3788 if (wildcard->annot != NULL) in xmlSchemaFreeWildcard()
3789 xmlSchemaFreeAnnot(wildcard->annot); in xmlSchemaFreeWildcard()
3808 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()
3809 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()
3873 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3874 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3906 if (elem->annot != NULL) in xmlSchemaFreeElement()
3907 xmlSchemaFreeAnnot(elem->annot); in xmlSchemaFreeElement()
3930 if (facet->annot != NULL) in xmlSchemaFreeFacet()
3931 xmlSchemaFreeAnnot(facet->annot); in xmlSchemaFreeFacet()
3946 if (type->annot != NULL) in xmlSchemaFreeType()
3947 xmlSchemaFreeAnnot(type->annot); in xmlSchemaFreeType()
3986 if (item->annot != NULL) in xmlSchemaFreeModelGroupDef()
3987 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroupDef()
4000 if (item->annot != NULL) in xmlSchemaFreeModelGroup()
4001 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroup()
4038 if (item->annot != NULL) in xmlSchemaComponentListFree()
4039 xmlSchemaFreeAnnot(item->annot); in xmlSchemaComponentListFree()
4129 if (schema->annot != NULL) in xmlSchemaFree()
4130 xmlSchemaFreeAnnot(schema->annot); in xmlSchemaFree()
4241 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump() argument
4245 if (annot == NULL) in xmlSchemaAnnotDump()
4248 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4464 if (type->annot != NULL) in xmlSchemaTypeDump()
4465 xmlSchemaAnnotDump(output, type->annot); in xmlSchemaTypeDump()
4501 if (schema->annot != NULL) in xmlSchemaDump()
4502 xmlSchemaAnnotDump(output, schema->annot); in xmlSchemaDump()
5504 ret->annot = NULL; in xmlSchemaAddParticle()
6679 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6879 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
6924 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
6946 particle->annot = annot; in xmlSchemaParseAny()
6986 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7055 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7425 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7587 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7814 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
8068 #define ADD_ANNOTATION(annot) \ argument
8069 xmlSchemaAnnotPtr cur = item->annot; \
8070 if (item->annot == NULL) { \
8071 item->annot = annot; \
8072 return (annot); \
8074 cur = item->annot; \
8078 cur->next = annot;
8091 xmlSchemaAnnotPtr annot) in xmlSchemaAddAnnotation() argument
8093 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8098 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8103 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8109 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8117 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8123 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8128 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8144 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8150 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8155 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8162 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8173 return (annot); in xmlSchemaAddAnnotation()
8369 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseIDC()
8440 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseElement() local
8474 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseElement()
8559 particle->annot = annot; in xmlSchemaParseElement()
8794 decl->annot = annot; in xmlSchemaParseElement()
8810 if (annot != NULL) { in xmlSchemaParseElement()
8812 particle->annot = NULL; in xmlSchemaParseElement()
8814 decl->annot = NULL; in xmlSchemaParseElement()
8815 xmlSchemaFreeAnnot(annot); in xmlSchemaParseElement()
9274 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSimpleType()
9393 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefRef()
9479 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefinition()
9731 xmlSchemaAnnotPtr annot; in xmlSchemaParseSchemaTopLevel() local
9744 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9745 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9746 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9748 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
9812 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9813 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9814 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9816 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
11275 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroup()
12256 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseComplexType()