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

/external/libxml2/
H A Dxpath.c4835 * xmlXPathRegisterFunc:
4845 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, function
15340 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"boolean",
15342 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"ceiling",
15344 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"count",
15346 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"concat",
15348 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"contains",
15350 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"id",
15352 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"false",
15354 xmlXPathRegisterFunc(ctx
[all...]
H A Delfgcchack.h17144 #undef xmlXPathRegisterFunc macro
17145 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
17147 #ifndef xmlXPathRegisterFunc
17148 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
17149 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias macro

Completed in 146 milliseconds