Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c13642 int nsFound, absentFound = 0; in xmlSchemaUnionWildcards() local
13651 nsFound = 0; in xmlSchemaUnionWildcards()
13656 nsFound = 1; in xmlSchemaUnionWildcards()
13657 if (nsFound && absentFound) in xmlSchemaUnionWildcards()
13662 if (nsFound && absentFound) { in xmlSchemaUnionWildcards()
13676 } else if (nsFound && (!absentFound)) { in xmlSchemaUnionWildcards()
13692 } else if ((!nsFound) && absentFound) { in xmlSchemaUnionWildcards()
13702 } else if ((!nsFound) && (!absentFound)) { in xmlSchemaUnionWildcards()