Searched refs:xmlXPathNewContext (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestXPath.c89 ctxt = xmlXPathNewContext(document);
H A DtestC14N.c280 ctx = xmlXPathNewContext(parent_doc);
H A Dschematron.c608 ret->xctxt = xmlXPathNewContext(NULL);
649 ret->xctxt = xmlXPathNewContext(NULL);
689 ret->xctxt = xmlXPathNewContext(doc);
1517 ret->xctxt = xmlXPathNewContext(NULL);
H A Drunsuite.c227 ctxtXPath = xmlXPathNewContext(NULL);
H A DdebugXML.c2484 ctxt->pctxt = xmlXPathNewContext(doc);
2830 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
H A Druntest.c2286 ctxt = xmlXPathNewContext(xpathDocument);
3600 ctx = xmlXPathNewContext(parent_doc);
H A Dxmllint.c2131 ctxt = xmlXPathNewContext(doc);
H A Dxpointer.c1327 ret = xmlXPathNewContext(doc);
H A Delfgcchack.h16358 #undef xmlXPathNewContext macro
16359 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
16361 #ifndef xmlXPathNewContext
16362 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
16363 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
H A Dxpath.c5984 * xmlXPathNewContext:
5992 xmlXPathNewContext(xmlDocPtr doc) { function
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h494 xmlXPathNewContext (xmlDocPtr doc);
/external/libxml2/include/libxml/
H A Dxpath.h498 xmlXPathNewContext (xmlDocPtr doc);
/external/libxml2/
H A Dschematron.c608 ret->xctxt = xmlXPathNewContext(NULL);
649 ret->xctxt = xmlXPathNewContext(NULL);
689 ret->xctxt = xmlXPathNewContext(doc);
1517 ret->xctxt = xmlXPathNewContext(NULL);
H A DdebugXML.c2487 ctxt->pctxt = xmlXPathNewContext(doc);
2835 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
H A Dxmllint.c2139 ctxt = xmlXPathNewContext(doc);
H A Dxpointer.c1328 ret = xmlXPathNewContext(doc);
H A Delfgcchack.h16532 #undef xmlXPathNewContext macro
16533 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
16535 #ifndef xmlXPathNewContext
16536 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
16537 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
H A Dxpath.c6098 * xmlXPathNewContext:
6106 xmlXPathNewContext(xmlDocPtr doc) { function
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c2123 xpathCtxt = xmlXPathNewContext(style->doc);
2125 xpathCtxt = xmlXPathNewContext(style->doc);
2131 xpathCtxt = xmlXPathNewContext(NULL);
H A Dpattern.c335 xctxt = xmlXPathNewContext(ctxt->style->doc);
337 xctxt = xmlXPathNewContext(NULL);
H A Dtransform.c485 cur->xpathCtxt = xmlXPathNewContext(doc);
488 "xsltNewTransformContext : xmlXPathNewContext failed\n");
H A Dxslt.c596 ret->xpathCtxt = xmlXPathNewContext(NULL);

Completed in 465 milliseconds