Home | History | Annotate | Download | only in libxml2

Lines Matching defs:xmlXPathNextDescendant

7734  * xmlXPathNextDescendant:
7745 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) {
7819 return(xmlXPathNextDescendant(ctxt, cur));
12021 next = xmlXPathNextDescendant;