Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c13655 int nsFound, absentFound = 0; in xmlSchemaUnionWildcards() local
13667 absentFound = 1; in xmlSchemaUnionWildcards()
13670 if (nsFound && absentFound) in xmlSchemaUnionWildcards()
13675 if (nsFound && absentFound) { in xmlSchemaUnionWildcards()
13689 } else if (nsFound && (!absentFound)) { in xmlSchemaUnionWildcards()
13705 } else if ((!nsFound) && absentFound) { in xmlSchemaUnionWildcards()
13715 } else if ((!nsFound) && (!absentFound)) { in xmlSchemaUnionWildcards()