Home
last modified time | relevance | path

Searched refs:tmpiattr (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c25215 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()
[all …]