Lines Matching refs:pctxt
2142 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) { in xmlShellRegisterNamespace()
2171 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL)) in xmlShellRegisterRootNamespaces()
2176 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href); in xmlShellRegisterRootNamespaces()
2178 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href); in xmlShellRegisterRootNamespaces()
2484 xmlXPathFreeContext(ctxt->pctxt); in xmlShellLoad()
2490 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()
2838 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
2839 if (ctxt->pctxt == NULL) { in xmlShell()
2978 ctxt->pctxt->node = ctxt->node; in xmlShell()
2980 ctxt->pctxt->node = ctxt->node; in xmlShell()
2981 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3046 ctxt->pctxt->node = NULL; in xmlShell()
3070 ctxt->pctxt->node = ctxt->node; in xmlShell()
3071 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3089 ctxt->pctxt->node = ctxt->node; in xmlShell()
3091 ctxt->pctxt->node = ctxt->node; in xmlShell()
3092 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3163 ctxt->pctxt->node = NULL; in xmlShell()
3172 ctxt->pctxt->node = ctxt->node; in xmlShell()
3174 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3240 ctxt->pctxt->node = NULL; in xmlShell()
3249 ctxt->pctxt->node = ctxt->node; in xmlShell()
3253 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3325 ctxt->pctxt->node = NULL; in xmlShell()
3332 ctxt->pctxt->node = ctxt->node; in xmlShell()
3334 ctxt->pctxt->node = ctxt->node; in xmlShell()
3335 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3403 ctxt->pctxt->node = NULL; in xmlShell()
3414 xmlXPathFreeContext(ctxt->pctxt); in xmlShell()