Searched refs:xmlXPathNextPrecedingSibling (Results 1 – 4 of 4) sorted by relevance
588 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt,
669 xmlXPathNextPrecedingSibling(parser, preceding)) { in xsltNumberFormatGetMultipleLevel()
16574 #undef xmlXPathNextPrecedingSibling16575 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xml…16577 #ifndef xmlXPathNextPrecedingSibling16578 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attri…16579 #define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias macro
8121 xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { in xmlXPathNextPrecedingSibling() function12133 next = xmlXPathNextPrecedingSibling; in xmlXPathNodeCollectAndTest()