Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c13681 int nsFound, absentFound = 0; in xmlSchemaUnionWildcards() local
13693 absentFound = 1; in xmlSchemaUnionWildcards()
13696 if (nsFound && absentFound) in xmlSchemaUnionWildcards()
13701 if (nsFound && absentFound) { in xmlSchemaUnionWildcards()
13715 } else if (nsFound && (!absentFound)) { in xmlSchemaUnionWildcards()
13731 } else if ((!nsFound) && absentFound) { in xmlSchemaUnionWildcards()
13741 } else if ((!nsFound) && (!absentFound)) { in xmlSchemaUnionWildcards()