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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c19120 xmlSchemaWildcardPtr tmpWild; local
19130 tmpWild = xmlSchemaAddWildcard(pctxt, pctxt->schema,
19133 if (tmpWild == NULL)
19136 tmpWild, *completeWild) == -1)
19138 tmpWild->processContents = (*completeWild)->processContents;
19139 *completeWild = tmpWild;

Completed in 120 milliseconds