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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c4716 * xmlXPathRegisterFunc:
4726 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, function
15095 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"boolean",
15097 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"ceiling",
15099 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"count",
15101 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"concat",
15103 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"contains",
15105 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"id",
15107 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"false",
15109 xmlXPathRegisterFunc(ctx
[all...]
H A Delfgcchack.h16958 #undef xmlXPathRegisterFunc macro
16959 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
16961 #ifndef xmlXPathRegisterFunc
16962 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
16963 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias macro
/external/libxml2/
H A Dxpath.c4830 * xmlXPathRegisterFunc:
4840 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, function
15294 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"boolean",
15296 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"ceiling",
15298 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"count",
15300 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"concat",
15302 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"contains",
15304 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"id",
15306 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"false",
15308 xmlXPathRegisterFunc(ctx
[all...]
H A Delfgcchack.h17132 #undef xmlXPathRegisterFunc macro
17133 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
17135 #ifndef xmlXPathRegisterFunc
17136 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
17137 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias macro

Completed in 3035 milliseconds