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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h532 xmlXPathRegisterAllFunctions (xmlXPathContextPtr ctxt);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16830 #undef xmlXPathRegisterAllFunctions macro
16831 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
16833 #ifndef xmlXPathRegisterAllFunctions
16834 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
16835 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias macro
H A Dxpath.c6054 xmlXPathRegisterAllFunctions(ret);
15115 * xmlXPathRegisterAllFunctions:
15121 xmlXPathRegisterAllFunctions(xmlXPathContextPtr ctxt) function
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13066 if (!PyArg_ParseTuple(args, (char *)"O:xmlXPathRegisterAllFunctions", &pyobj_ctxt))
13070 xmlXPathRegisterAllFunctions(ctxt);

Completed in 390 milliseconds