Home
last modified time | relevance | path

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

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