Searched refs:xmlXPathNewContext (Results 1 – 11 of 11) sorted by relevance
608 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewParserCtxt()649 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewMemParserCtxt()689 ret->xctxt = xmlXPathNewContext(doc); in xmlSchematronNewDocParserCtxt()1517 ret->xctxt = xmlXPathNewContext(NULL); in xmlSchematronNewValidCtxt()
2485 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()2831 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
1335 ret = xmlXPathNewContext(doc); in xmlXPtrNewContext()
16358 #undef xmlXPathNewContext16359 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__int…16361 #ifndef xmlXPathNewContext16362 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hi…16363 #define xmlXPathNewContext xmlXPathNewContext__internal_alias macro
2135 ctxt = xmlXPathNewContext(doc); in doXPathQuery()
6036 xmlXPathNewContext(xmlDocPtr doc) { in xmlXPathNewContext() function
497 xmlXPathNewContext (xmlDocPtr doc);
2123 xpathCtxt = xmlXPathNewContext(style->doc); in xsltXPathCompile()2125 xpathCtxt = xmlXPathNewContext(style->doc); in xsltXPathCompile()2131 xpathCtxt = xmlXPathNewContext(NULL); in xsltXPathCompile()
335 xctxt = xmlXPathNewContext(ctxt->style->doc); in xsltCompMatchAdd()337 xctxt = xmlXPathNewContext(NULL); in xsltCompMatchAdd()
596 ret->xpathCtxt = xmlXPathNewContext(NULL); in xsltCompilationCtxtCreate()
485 cur->xpathCtxt = xmlXPathNewContext(doc); in xsltNewTransformContext()