Home
last modified time | relevance | path

Searched refs:xmlXPathNewParserContext (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h473 xmlXPathNewParserContext (const xmlChar *str,
/external/libxslt/libxslt/
Dnumbers.c650 parser = xmlXPathNewParserContext(NULL, context->xpathCtxt); in xsltNumberFormatGetMultipleLevel()
/external/libxml2/
Dxpointer.c1384 ctxt = xmlXPathNewParserContext(str, ctx); in xmlXPtrEval()
Delfgcchack.h16406 #undef xmlXPathNewParserContext
16407 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNew…
16409 #ifndef xmlXPathNewParserContext
16410 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((vi…
16411 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias macro
Dxpath.c6144 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { in xmlXPathNewParserContext() function
14702 pctxt = xmlXPathNewParserContext(str, ctxt); in xmlXPathCtxtCompile()
14954 ctxt = xmlXPathNewParserContext(str, ctx); in xmlXPathEval()
15016 pctxt = xmlXPathNewParserContext(str, ctxt); in xmlXPathEvalExpression()