• Home
  • Raw
  • Download

Lines Matching refs:xmlSchemaAttributePtr

176 #define WXS_ATTR_CAST (xmlSchemaAttributePtr)
561 xmlSchemaAttributePtr attrDecl;
986 xmlSchemaAttributePtr decl; /* the attribute declaration */
1240 return (((xmlSchemaAttributePtr) item)->node); in xmlSchemaGetComponentNode()
1288 return ((xmlSchemaBasicItemPtr) ((xmlSchemaAttributePtr) item)->next);
1365 return (((xmlSchemaAttributePtr) item)->name); in xmlSchemaGetComponentName()
1420 return (((xmlSchemaAttributePtr) item)->targetNamespace); in xmlSchemaGetComponentTargetNs()
1694 xmlSchemaAttributePtr attr; in xmlSchemaFormatItemForReport()
1696 attr = (xmlSchemaAttributePtr) item; in xmlSchemaFormatItemForReport()
2477 if ( ((xmlSchemaAttributePtr) item)->flags & in xmlSchemaIsGlobalItem()
3794 xmlSchemaFreeAttribute(xmlSchemaAttributePtr attr) in xmlSchemaFreeAttribute()
4103 xmlSchemaFreeAttribute((xmlSchemaAttributePtr) item); in xmlSchemaComponentListFree()
4892 static xmlSchemaAttributePtr
4896 xmlSchemaAttributePtr ret = NULL; in xmlSchemaGetAttributeDecl()
5226 static xmlSchemaAttributePtr
5231 xmlSchemaAttributePtr ret = NULL; in xmlSchemaAddAttribute()
5236 ret = (xmlSchemaAttributePtr) xmlMalloc(sizeof(xmlSchemaAttribute)); in xmlSchemaAddAttribute()
7325 xmlSchemaAttributePtr attrDecl; in xmlSchemaParseLocalAttribute()
7562 static xmlSchemaAttributePtr
7568 xmlSchemaAttributePtr ret; in xmlSchemaParseGlobalAttribute()
8192 xmlSchemaAttributePtr item = (xmlSchemaAttributePtr) annItem; in xmlSchemaAddAnnotation()
19557 xmlSchemaAttributePtr attr) in xmlSchemaCheckAttrPropsCorrect()
20383 xmlSchemaResolveAttrTypeReferences(xmlSchemaAttributePtr item, in xmlSchemaResolveAttrTypeReferences()
20978 (xmlSchemaAttributePtr) item, pctxt); in xmlSchemaFixupComponents()
25272 xmlSchemaAttributePtr attrDecl = NULL; in xmlSchemaVAttributesComplex()