Searched defs:xmlXPathRegisterFuncNS (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dxpath.c4772 return(xmlXPathRegisterFuncNS(ctxt, name, NULL, f));
4776 * xmlXPathRegisterFuncNS:
4787 xmlXPathRegisterFuncNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
15221 xmlXPathRegisterFuncNS(ctxt, (const xmlChar *)"escape-uri",
H A Delfgcchack.h16982 #undef xmlXPathRegisterFuncNS macro
16983 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
16985 #ifndef xmlXPathRegisterFuncNS
16986 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
16987 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias macro

Completed in 267 milliseconds