Lines Matching refs:tmpiattr
25215 xmlSchemaAttrInfoPtr iattr, tmpiattr; in xmlSchemaVAttributesComplex() local
25306 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25307 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25313 tmpiattr->state = XML_SCHEMAS_ATTR_ERR_MISSING; in xmlSchemaVAttributesComplex()
25314 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25315 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25322 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25323 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25329 tmpiattr->state = XML_SCHEMAS_ATTR_DEFAULT; in xmlSchemaVAttributesComplex()
25330 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25331 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25332 tmpiattr->typeDef = attrDecl->subtypes; in xmlSchemaVAttributesComplex()
25333 tmpiattr->localName = attrDecl->name; in xmlSchemaVAttributesComplex()
25334 tmpiattr->nsName = attrDecl->targetNamespace; in xmlSchemaVAttributesComplex()