Home | History | Annotate | Download | only in src

Lines Matching refs:xmlXPathNextDescendant

7736  * xmlXPathNextDescendant:
7747 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) {
7821 return(xmlXPathNextDescendant(ctxt, cur));
12041 next = xmlXPathNextDescendant;