Home | History | Annotate | Download | only in libxml2

Lines Matching refs:third

4088 	     * Third case :  a sub-element.
4498 * Third case : a sub-element.
4962 * @third: the next char to lookup or zero
4965 * Try to find if a sequence (first, next, third) or just (first next) or
4977 xmlChar next, xmlChar third, int iscomment,
5007 if (third)
5047 if (third != 0) {
5048 if ((buf[base + 1] != next) || (buf[base + 2] != third))
5060 else if (third == 0)
5067 first, next, third, base);
5078 else if (third == 0)
5084 third);