Home
last modified time | relevance | path

Searched refs:xmlXPathNewContext (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/
Dschematron.c603 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()
644 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()
684 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()
1469 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewValidCtxt()
DdebugXML.c2482 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()
2829 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
Dxpointer.c1325 ret = xmlXPathNewContext(doc); in xmlXPtrNewContext()
Delfgcchack.h16242 #undef xmlXPathNewContext
16243 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__int…
16245 #ifndef xmlXPathNewContext
16246 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hi…
16247 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
Dxpath.c5973 xmlXPathNewContext(xmlDocPtr doc) { in xmlXPathNewContext() function
/external/libxml2/include/libxml/
Dxpath.h491 xmlXPathNewContext (xmlDocPtr doc);