Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c19346 xmlSchemaWildcardPtr tmpWild; in xmlSchemaExpandAttributeGroupRefs() local
19356 tmpWild = xmlSchemaAddWildcard(pctxt, pctxt->schema, in xmlSchemaExpandAttributeGroupRefs()
19359 if (tmpWild == NULL) in xmlSchemaExpandAttributeGroupRefs()
19362 tmpWild, *completeWild) == -1) in xmlSchemaExpandAttributeGroupRefs()
19364 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()
19365 *completeWild = tmpWild; in xmlSchemaExpandAttributeGroupRefs()