Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h594 XMLPUBFUN void XMLCALL xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16934 #undef xmlXPathPositionFunction
16935 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPos…
16937 #ifndef xmlXPathPositionFunction
16938 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((vi…
16939 #define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias macro
Dxpath.c8431 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathPositionFunction() function
15199 xmlXPathPositionFunction); in xmlXPathRegisterAllFunctions()