Home | History | Annotate | Download | only in libxml2

Lines Matching refs:third

9499 	 * Third case :  a comment
10515 * @third: the next char to lookup or zero
10517 * Try to find if a sequence (first, next, third) or just (first next) or
10528 xmlChar next, xmlChar third) {
10547 if (third) len -= 2;
10551 if (third != 0) {
10553 (buf[base + 2] != third)) continue;
10563 else if (third == 0)
10570 first, next, third, base);
10580 else if (third == 0)
10585 "PP: lookup '%c%c%c' failed\n", first, next, third);