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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c7894 * xmlXPathNextAncestor:
7908 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
8036 return(xmlXPathNextAncestor(ctxt, cur));
12007 next = xmlXPathNextAncestor;
H A Delfgcchack.h16442 #undef xmlXPathNextAncestor macro
16443 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
16445 #ifndef xmlXPathNextAncestor
16446 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
16447 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro
/external/libxml2/
H A Dxpath.c7939 * xmlXPathNextAncestor:
7953 xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt, xmlNodePtr cur) { function
8081 return(xmlXPathNextAncestor(ctxt, cur));
12069 next = xmlXPathNextAncestor;
H A Delfgcchack.h16442 #undef xmlXPathNextAncestor macro
16443 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
16445 #ifndef xmlXPathNextAncestor
16446 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
16447 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias macro

Completed in 188 milliseconds