Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pctxt

2137 	if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2166 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL))
2171 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2173 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);
2479 xmlXPathFreeContext(ctxt->pctxt);
2485 ctxt->pctxt = xmlXPathNewContext(doc);
2831 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
2832 if (ctxt->pctxt == NULL) {
2986 ctxt->pctxt->node = ctxt->node;
2987 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3005 ctxt->pctxt->node = ctxt->node;
3007 ctxt->pctxt->node = ctxt->node;
3008 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3079 ctxt->pctxt->node = NULL;
3086 ctxt->pctxt->node = ctxt->node;
3087 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3159 ctxt->pctxt->node = NULL;
3166 ctxt->pctxt->node = ctxt->node;
3168 ctxt->pctxt->node = ctxt->node;
3169 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3237 ctxt->pctxt->node = NULL;
3248 xmlXPathFreeContext(ctxt->pctxt);