Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h534 xmlXPathRegisterAllFunctions (xmlXPathContextPtr ctxt);
/external/chromium_org/third_party/libxml/src/include/libxml/
DxpathInternals.h532 xmlXPathRegisterAllFunctions (xmlXPathContextPtr ctxt);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src3001 xmlXPathRegisterAllFunctions
/external/libxml2/
Delfgcchack.h17120 #undef xmlXPathRegisterAllFunctions
17121 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xml…
17123 #ifndef xmlXPathRegisterAllFunctions
17124 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attri…
17125 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias macro
Dxpath.c6143 xmlXPathRegisterAllFunctions(ret); in xmlXPathNewContext()
15292 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h16946 #undef xmlXPathRegisterAllFunctions
16947 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xml…
16949 #ifndef xmlXPathRegisterAllFunctions
16950 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attri…
16951 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias macro
Dxpath.c6029 xmlXPathRegisterAllFunctions(ret); in xmlXPathNewContext()
15093 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) in xmlXPathRegisterAllFunctions() function
Dtestapi.c49639 xmlXPathRegisterAllFunctions(ctxt); in test_xmlXPathRegisterAllFunctions()