Lines Matching refs:tmpiattr
25244 xmlSchemaAttrInfoPtr iattr, tmpiattr; in xmlSchemaVAttributesComplex() local
25335 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25336 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25342 tmpiattr->state = XML_SCHEMAS_ATTR_ERR_MISSING; in xmlSchemaVAttributesComplex()
25343 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25344 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25351 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25352 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25358 tmpiattr->state = XML_SCHEMAS_ATTR_DEFAULT; in xmlSchemaVAttributesComplex()
25359 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25360 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25361 tmpiattr->typeDef = attrDecl->subtypes; in xmlSchemaVAttributesComplex()
25362 tmpiattr->localName = attrDecl->name; in xmlSchemaVAttributesComplex()
25363 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()