• Home
  • Raw
  • Download

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
3727 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument
3729 if (annot == NULL) in xmlSchemaFreeAnnot()
3731 if (annot->next == NULL) { in xmlSchemaFreeAnnot()
3732 xmlFree(annot); in xmlSchemaFreeAnnot()
3737 prev = annot; in xmlSchemaFreeAnnot()
3738 annot = annot->next; in xmlSchemaFreeAnnot()
3740 } while (annot != NULL); in xmlSchemaFreeAnnot()
3769 if (attr->annot != NULL) in xmlSchemaFreeAttribute()
3770 xmlSchemaFreeAnnot(attr->annot); in xmlSchemaFreeAttribute()
3787 if (use->annot != NULL) in xmlSchemaFreeAttributeUse()
3788 xmlSchemaFreeAnnot(use->annot); in xmlSchemaFreeAttributeUse()
3837 if (wildcard->annot != NULL) in xmlSchemaFreeWildcard()
3838 xmlSchemaFreeAnnot(wildcard->annot); in xmlSchemaFreeWildcard()
3857 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()
3858 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()
3922 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3923 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3955 if (elem->annot != NULL) in xmlSchemaFreeElement()
3956 xmlSchemaFreeAnnot(elem->annot); in xmlSchemaFreeElement()
3979 if (facet->annot != NULL) in xmlSchemaFreeFacet()
3980 xmlSchemaFreeAnnot(facet->annot); in xmlSchemaFreeFacet()
3995 if (type->annot != NULL) in xmlSchemaFreeType()
3996 xmlSchemaFreeAnnot(type->annot); in xmlSchemaFreeType()
4035 if (item->annot != NULL) in xmlSchemaFreeModelGroupDef()
4036 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroupDef()
4049 if (item->annot != NULL) in xmlSchemaFreeModelGroup()
4050 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroup()
4087 if (item->annot != NULL) in xmlSchemaComponentListFree()
4088 xmlSchemaFreeAnnot(item->annot); in xmlSchemaComponentListFree()
4177 if (schema->annot != NULL) in xmlSchemaFree()
4178 xmlSchemaFreeAnnot(schema->annot); in xmlSchemaFree()
4291 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump() argument
4295 if (annot == NULL) in xmlSchemaAnnotDump()
4298 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4514 if (type->annot != NULL) in xmlSchemaTypeDump()
4515 xmlSchemaAnnotDump(output, type->annot); in xmlSchemaTypeDump()
4558 if (schema->annot != NULL) in xmlSchemaDump()
4559 xmlSchemaAnnotDump(output, schema->annot); in xmlSchemaDump()
5559 ret->annot = NULL; in xmlSchemaAddParticle()
6740 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6940 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
6985 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
7007 particle->annot = annot; in xmlSchemaParseAny()
7047 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7116 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7486 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7648 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7875 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
8129 #define ADD_ANNOTATION(annot) \ argument
8130 xmlSchemaAnnotPtr cur = item->annot; \
8131 if (item->annot == NULL) { \
8132 item->annot = annot; \
8133 return (annot); \
8135 cur = item->annot; \
8139 cur->next = annot;
8152 xmlSchemaAnnotPtr annot) in xmlSchemaAddAnnotation() argument
8154 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8159 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8164 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8170 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8178 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8184 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8189 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8205 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8211 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8216 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8223 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8234 return (annot); in xmlSchemaAddAnnotation()
8430 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseIDC()
8501 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseElement() local
8535 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseElement()
8620 particle->annot = annot; in xmlSchemaParseElement()
8855 decl->annot = annot; in xmlSchemaParseElement()
8871 if (annot != NULL) { in xmlSchemaParseElement()
8873 particle->annot = NULL; in xmlSchemaParseElement()
8875 decl->annot = NULL; in xmlSchemaParseElement()
8876 xmlSchemaFreeAnnot(annot); in xmlSchemaParseElement()
9335 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSimpleType()
9454 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefRef()
9540 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefinition()
9792 xmlSchemaAnnotPtr annot; in xmlSchemaParseSchemaTopLevel() local
9805 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9806 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9807 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9809 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
9873 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9874 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9875 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9877 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
11335 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroup()
12316 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseComplexType()