Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h554 XMLPUBFUN void XMLCALL xmlXPathSubValues(xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h17150 #undef xmlXPathSubValues
17151 extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__intern…
17153 #ifndef xmlXPathSubValues
17154 extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidd…
17155 #define xmlXPathSubValues xmlXPathSubValues__internal_alias macro
Dxpath.c7422 xmlXPathSubValues(xmlXPathParserContextPtr ctxt) { in xmlXPathSubValues() function
13298 xmlXPathSubValues(ctxt); in xmlXPathCompOpEval()