Searched refs:xmlXPathRegisterAllFunctions (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DxpathInternals.h532 xmlXPathRegisterAllFunctions (xmlXPathContextPtr ctxt);
/external/libxml2/
H A Delfgcchack.h16946 #undef xmlXPathRegisterAllFunctions macro
16947 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
16949 #ifndef xmlXPathRegisterAllFunctions
16950 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
16951 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias macro
H A Dxpath.c6073 xmlXPathRegisterAllFunctions(ret);
15158 * xmlXPathRegisterAllFunctions:
15164 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) function

Completed in 59 milliseconds