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

/external/libxslt/libxslt/
H A Dfunctions.c958 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "current",
960 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "document",
962 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "key", xsltKeyFunction);
963 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "unparsed-entity-uri",
965 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "format-number",
967 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "generate-id",
969 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "system-property",
971 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "element-available",
973 xmlXPathRegisterFunc(ctxt, (const xmlChar *) "function-available",
/external/libxml2/
H A Dxpointer.c1342 xmlXPathRegisterFunc(ret, (xmlChar *)"range-to",
1344 xmlXPathRegisterFunc(ret, (xmlChar *)"range",
1346 xmlXPathRegisterFunc(ret, (xmlChar *)"range-inside",
1348 xmlXPathRegisterFunc(ret, (xmlChar *)"string-range",
1350 xmlXPathRegisterFunc(ret, (xmlChar *)"start-point",
1352 xmlXPathRegisterFunc(ret, (xmlChar *)"end-point",
1354 xmlXPathRegisterFunc(ret, (xmlChar *)"here",
1356 xmlXPathRegisterFunc(ret, (xmlChar *)" origin",
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
H A Dxpath.c4760 * xmlXPathRegisterFunc:
4770 xmlXPathRegisterFunc(xmlXPathContextPtr ctxt, const xmlChar *name, function
15166 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"boolean",
15168 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"ceiling",
15170 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"count",
15172 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"concat",
15174 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"contains",
15176 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"id",
15178 xmlXPathRegisterFunc(ctxt, (const xmlChar *)"false",
15180 xmlXPathRegisterFunc(ctx
[all...]
/external/libxml2/include/libxml/
H A DxpathInternals.h433 xmlXPathRegisterFunc (xmlXPathContextPtr ctxt,

Completed in 124 milliseconds