• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaAttributePtr

147 #define WXS_ATTR_CAST (xmlSchemaAttributePtr)
532 xmlSchemaAttributePtr attrDecl;
958 xmlSchemaAttributePtr decl; /* the attribute declaration */
1224 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()
1272 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);
1352 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()
1410 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1716 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()
1718 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()
2499 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()
3810 xmlSchemaFreeAttribute(xmlSchemaAttributePtr attr) in xmlSchemaFreeAttribute()
4119 xmlSchemaFreeAttribute((xmlSchemaAttributePtr) item); in xmlSchemaComponentListFree()
4908 static xmlSchemaAttributePtr
4912 xmlSchemaAttributePtr ret = NULL; in xmlSchemaGetAttributeDecl()
5242 static xmlSchemaAttributePtr
5247 xmlSchemaAttributePtr ret = NULL; in xmlSchemaAddAttribute()
5252 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
7347 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute()
7584 static xmlSchemaAttributePtr
7590 xmlSchemaAttributePtr ret; in xmlSchemaParseGlobalAttribute()
8214 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
19630 xmlSchemaAttributePtr attr) in xmlSchemaCheckAttrPropsCorrect()
20456 xmlSchemaResolveAttrTypeReferences(xmlSchemaAttributePtr item, in xmlSchemaResolveAttrTypeReferences()
21051 (xmlSchemaAttributePtr) item, pctxt); in xmlSchemaFixupComponents()
25442 xmlSchemaAttributePtr attrDecl = NULL; in xmlSchemaVAttributesComplex()