Searched defs:xmlXPathNextDescendant (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c7736 * xmlXPathNextDescendant:
7747 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
7821 return(xmlXPathNextDescendant(ctxt, cur));
12041 next = xmlXPathNextDescendant;
H A Delfgcchack.h16490 #undef xmlXPathNextDescendant macro
16491 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
16493 #ifndef xmlXPathNextDescendant
16494 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
16495 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro
/external/libxml2/
H A Dxpath.c7781 * xmlXPathNextDescendant:
7792 xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
7866 return(xmlXPathNextDescendant(ctxt, cur));
12103 next = xmlXPathNextDescendant;
H A Delfgcchack.h16490 #undef xmlXPathNextDescendant macro
16491 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
16493 #ifndef xmlXPathNextDescendant
16494 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
16495 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias macro

Completed in 164 milliseconds