Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c13544 int nsFound, absentFound = 0; in xmlSchemaUnionWildcards() local
13553 nsFound = 0; in xmlSchemaUnionWildcards()
13558 nsFound = 1; in xmlSchemaUnionWildcards()
13559 if (nsFound && absentFound) in xmlSchemaUnionWildcards()
13564 if (nsFound && absentFound) { in xmlSchemaUnionWildcards()
13578 } else if (nsFound && (!absentFound)) { in xmlSchemaUnionWildcards()
13594 } else if ((!nsFound) && absentFound) { in xmlSchemaUnionWildcards()
13604 } else if ((!nsFound) && (!absentFound)) { in xmlSchemaUnionWildcards()