Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h556 XMLPUBFUN void XMLCALL xmlXPathDivValues(xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h15938 #undef xmlXPathDivValues
15939 extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__intern…
15941 #ifndef xmlXPathDivValues
15942 extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidd…
15943 #define xmlXPathDivValues xmlXPathDivValues__internal_alias macro
Dxpath.c7468 xmlXPathDivValues(xmlXPathParserContextPtr ctxt) { in xmlXPathDivValues() function
13324 xmlXPathDivValues(ctxt); in xmlXPathCompOpEval()