Home | History | Annotate | Download | only in libxml2

Lines Matching full:absentfound

13612 	int nsFound, absentFound = 0;
13624 absentFound = 1;
13627 if (nsFound && absentFound)
13632 if (nsFound && absentFound) {
13646 } else if (nsFound && (!absentFound)) {
13662 } else if ((!nsFound) && absentFound) {
13672 } else if ((!nsFound) && (!absentFound)) {