Lines Matching refs:xctxt
164 xmlXPathContextPtr xctxt;
191 xmlXPathContextPtr xctxt; /* the XPath context used for compilation */
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
608 ret->xctxt = xmlXPathNewContext(NULL);
609 if (ret->xctxt == NULL) {
615 ret->xctxt->flags = XML_XPATH_CHECKNS;
649 ret->xctxt = xmlXPathNewContext(NULL);
650 if (ret->xctxt == NULL) {
689 ret->xctxt = xmlXPathNewContext(doc);
690 if (ret->xctxt == NULL) {
713 if (ctxt->xctxt != NULL) {
714 xmlXPathFreeContext(ctxt->xctxt);
1180 xmlXPathRegisterNs(ctxt->xctxt, prefix, uri);
1249 ctxt->xctxt->doc = cur->doc;
1250 ctxt->xctxt->node = cur;
1251 ret = xmlXPathEval(xpath, ctxt->xctxt);
1517 ret->xctxt = xmlXPathNewContext(NULL);
1519 if (ret->xctxt == NULL) {
1529 xmlXPathRegisterNs(ret->xctxt, schema->namespaces[2 * i + 1],
1546 if (ctxt->xctxt != NULL)
1547 xmlXPathFreeContext(ctxt->xctxt);
1607 ctxt->xctxt->doc = instance;
1608 ctxt->xctxt->node = cur;
1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);