Lines Matching refs:pctxt
2141 if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2170 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL))
2175 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2177 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);
2483 xmlXPathFreeContext(ctxt->pctxt);
2489 ctxt->pctxt = xmlXPathNewContext(doc);
2837 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
2838 if (ctxt->pctxt == NULL) {
2977 ctxt->pctxt->node = ctxt->node;
2979 ctxt->pctxt->node = ctxt->node;
2980 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3045 ctxt->pctxt->node = NULL;
3069 ctxt->pctxt->node = ctxt->node;
3070 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3088 ctxt->pctxt->node = ctxt->node;
3090 ctxt->pctxt->node = ctxt->node;
3091 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3162 ctxt->pctxt->node = NULL;
3171 ctxt->pctxt->node = ctxt->node;
3173 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3239 ctxt->pctxt->node = NULL;
3248 ctxt->pctxt->node = ctxt->node;
3252 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3324 ctxt->pctxt->node = NULL;
3331 ctxt->pctxt->node = ctxt->node;
3333 ctxt->pctxt->node = ctxt->node;
3334 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3402 ctxt->pctxt->node = NULL;
3413 xmlXPathFreeContext(ctxt->pctxt);