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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h437 xmlXPathRegisterFuncNS (xmlXPathContextPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16866 #undef xmlXPathRegisterFuncNS macro
16867 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
16869 #ifndef xmlXPathRegisterFuncNS
16870 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
16871 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias macro
H A Dxpath.c4755 return(xmlXPathRegisterFuncNS(ctxt, name, NULL, f));
4759 * xmlXPathRegisterFuncNS:
4770 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
15178 xmlXPathRegisterFuncNS(ctxt, (const xmlChar *)"escape-uri",

Completed in 177 milliseconds