Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathNextDescendant

7781  * xmlXPathNextDescendant:
7792 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) {
7866 return(xmlXPathNextDescendant(ctxt, cur));
12103 next = xmlXPathNextDescendant;