Home
last modified time | relevance | path

Searched refs:xmlXPathPopNodeSet (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h110 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h16898 #undef xmlXPathPopNodeSet
16899 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__int…
16901 #ifndef xmlXPathPopNodeSet
16902 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hi…
16903 #define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias macro
Dxpath.c2590 xmlXPathPopNodeSet (xmlXPathParserContextPtr ctxt) { in xmlXPathPopNodeSet() function