Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c25202 xmlSchemaAttrInfoPtr iattr, tmpiattr; in xmlSchemaVAttributesComplex() local
25293 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25294 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25300 tmpiattr->state = XML_SCHEMAS_ATTR_ERR_MISSING; in xmlSchemaVAttributesComplex()
25301 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
25302 tmpiattr->decl = attrDecl; in xmlSchemaVAttributesComplex()
25309 tmpiattr = xmlSchemaGetFreshAttrInfo(vctxt); in xmlSchemaVAttributesComplex()
25310 if (tmpiattr == NULL) { in xmlSchemaVAttributesComplex()
25316 tmpiattr->state = XML_SCHEMAS_ATTR_DEFAULT; in xmlSchemaVAttributesComplex()
25317 tmpiattr->use = attrUse; in xmlSchemaVAttributesComplex()
[all …]