• Home
  • Raw
  • Download

Lines Matching refs:annot

525     xmlSchemaAnnotPtr annot;  member
538 xmlSchemaAnnotPtr annot; member
555 xmlSchemaAnnotPtr annot; member
700 xmlSchemaAnnotPtr annot; member
720 xmlSchemaAnnotPtr annot; member
738 xmlSchemaAnnotPtr annot; member
775 xmlSchemaAnnotPtr annot; member
3756 xmlSchemaFreeAnnot(xmlSchemaAnnotPtr annot) in xmlSchemaFreeAnnot() argument
3758 if (annot == NULL) in xmlSchemaFreeAnnot()
3760 if (annot->next == NULL) { in xmlSchemaFreeAnnot()
3761 xmlFree(annot); in xmlSchemaFreeAnnot()
3766 prev = annot; in xmlSchemaFreeAnnot()
3767 annot = annot->next; in xmlSchemaFreeAnnot()
3769 } while (annot != NULL); in xmlSchemaFreeAnnot()
3798 if (attr->annot != NULL) in xmlSchemaFreeAttribute()
3799 xmlSchemaFreeAnnot(attr->annot); in xmlSchemaFreeAttribute()
3816 if (use->annot != NULL) in xmlSchemaFreeAttributeUse()
3817 xmlSchemaFreeAnnot(use->annot); in xmlSchemaFreeAttributeUse()
3866 if (wildcard->annot != NULL) in xmlSchemaFreeWildcard()
3867 xmlSchemaFreeAnnot(wildcard->annot); in xmlSchemaFreeWildcard()
3886 if (attrGr->annot != NULL) in xmlSchemaFreeAttributeGroup()
3887 xmlSchemaFreeAnnot(attrGr->annot); in xmlSchemaFreeAttributeGroup()
3951 if (idcDef->annot != NULL) in xmlSchemaFreeIDC()
3952 xmlSchemaFreeAnnot(idcDef->annot); in xmlSchemaFreeIDC()
3984 if (elem->annot != NULL) in xmlSchemaFreeElement()
3985 xmlSchemaFreeAnnot(elem->annot); in xmlSchemaFreeElement()
4008 if (facet->annot != NULL) in xmlSchemaFreeFacet()
4009 xmlSchemaFreeAnnot(facet->annot); in xmlSchemaFreeFacet()
4024 if (type->annot != NULL) in xmlSchemaFreeType()
4025 xmlSchemaFreeAnnot(type->annot); in xmlSchemaFreeType()
4064 if (item->annot != NULL) in xmlSchemaFreeModelGroupDef()
4065 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroupDef()
4078 if (item->annot != NULL) in xmlSchemaFreeModelGroup()
4079 xmlSchemaFreeAnnot(item->annot); in xmlSchemaFreeModelGroup()
4116 if (item->annot != NULL) in xmlSchemaComponentListFree()
4117 xmlSchemaFreeAnnot(item->annot); in xmlSchemaComponentListFree()
4206 if (schema->annot != NULL) in xmlSchemaFree()
4207 xmlSchemaFreeAnnot(schema->annot); in xmlSchemaFree()
4320 xmlSchemaAnnotDump(FILE * output, xmlSchemaAnnotPtr annot) in xmlSchemaAnnotDump() argument
4324 if (annot == NULL) in xmlSchemaAnnotDump()
4327 content = xmlNodeGetContent(annot->content); in xmlSchemaAnnotDump()
4543 if (type->annot != NULL) in xmlSchemaTypeDump()
4544 xmlSchemaAnnotDump(output, type->annot); in xmlSchemaTypeDump()
4587 if (schema->annot != NULL) in xmlSchemaDump()
4588 xmlSchemaAnnotDump(output, schema->annot); in xmlSchemaDump()
5588 ret->annot = NULL; in xmlSchemaAddParticle()
6769 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseFacet()
6969 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseAny() local
7014 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAny()
7036 particle->annot = annot; in xmlSchemaParseAny()
7076 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseNotation()
7145 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseAnyAttribute()
7515 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseLocalAttribute()
7677 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseGlobalAttribute()
7904 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1); in xmlSchemaParseAttributeGroupDefinition()
8158 #define ADD_ANNOTATION(annot) \ argument
8159 xmlSchemaAnnotPtr cur = item->annot; \
8160 if (item->annot == NULL) { \
8161 item->annot = annot; \
8162 return (annot); \
8164 cur = item->annot; \
8168 cur->next = annot;
8181 xmlSchemaAnnotPtr annot) in xmlSchemaAddAnnotation() argument
8183 if ((annItem == NULL) || (annot == NULL)) in xmlSchemaAddAnnotation()
8188 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8193 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8199 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8207 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8213 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8218 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8234 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8240 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8245 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8252 ADD_ANNOTATION(annot) in xmlSchemaAddAnnotation()
8263 return (annot); in xmlSchemaAddAnnotation()
8459 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseIDC()
8530 xmlSchemaAnnotPtr annot = NULL; in xmlSchemaParseElement() local
8564 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseElement()
8649 particle->annot = annot; in xmlSchemaParseElement()
8884 decl->annot = annot; in xmlSchemaParseElement()
8900 if (annot != NULL) { in xmlSchemaParseElement()
8902 particle->annot = NULL; in xmlSchemaParseElement()
8904 decl->annot = NULL; in xmlSchemaParseElement()
8905 xmlSchemaFreeAnnot(annot); in xmlSchemaParseElement()
9364 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSimpleType()
9483 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefRef()
9569 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroupDefinition()
9821 xmlSchemaAnnotPtr annot; in xmlSchemaParseSchemaTopLevel() local
9834 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9835 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9836 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9838 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
9902 annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseSchemaTopLevel()
9903 if (schema->annot == NULL) in xmlSchemaParseSchemaTopLevel()
9904 schema->annot = annot; in xmlSchemaParseSchemaTopLevel()
9906 xmlSchemaFreeAnnot(annot); in xmlSchemaParseSchemaTopLevel()
11364 item->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseModelGroup()
12345 type->annot = xmlSchemaParseAnnotation(ctxt, child, 1); in xmlSchemaParseComplexType()