Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h598 XMLPUBFUN void XMLCALL xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h16322 #undef xmlXPathNamespaceURIFunction
16323 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xml…
16325 #ifndef xmlXPathNamespaceURIFunction
16326 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attri…
16327 #define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias macro
Dxpath.c8682 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNamespaceURIFunction() function
15193 xmlXPathNamespaceURIFunction); in xmlXPathRegisterAllFunctions()