Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c19222 xmlSchemaWildcardPtr tmpWild; in xmlSchemaExpandAttributeGroupRefs() local
19232 tmpWild = xmlSchemaAddWildcard(pctxt, pctxt->schema, in xmlSchemaExpandAttributeGroupRefs()
19235 if (tmpWild == NULL) in xmlSchemaExpandAttributeGroupRefs()
19238 tmpWild, *completeWild) == -1) in xmlSchemaExpandAttributeGroupRefs()
19240 tmpWild->processContents = (*completeWild)->processContents; in xmlSchemaExpandAttributeGroupRefs()
19241 *completeWild = tmpWild; in xmlSchemaExpandAttributeGroupRefs()