Home
last modified time | relevance | path

Searched refs:xmlXPathNotFunction (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h611 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/chromium_org/third_party/libxml/src/include/libxml/
DxpathInternals.h609 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2962 xmlXPathNotFunction
/external/libxml2/
Delfgcchack.h16964 #undef xmlXPathNotFunction
16965 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__…
16967 #ifndef xmlXPathNotFunction
16968 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("…
16969 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
Dxpath.c9483 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction() function
15317 xmlXPathNotFunction); in xmlXPathRegisterAllFunctions()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h16790 #undef xmlXPathNotFunction
16791 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__…
16793 #ifndef xmlXPathNotFunction
16794 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("…
16795 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
Dxpath.c9356 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathNotFunction() function
15118 xmlXPathNotFunction); in xmlXPathRegisterAllFunctions()
Dtestapi.c49247 xmlXPathNotFunction(ctxt, nargs); in test_xmlXPathNotFunction()