Home | History | Annotate | Download | only in src

Lines Matching refs:pctxt

2136 	if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) {
2165 (root->nsDef == NULL) || (ctxt == NULL) || (ctxt->pctxt == NULL))
2170 xmlXPathRegisterNs(ctxt->pctxt, BAD_CAST "defaultns", ns->href);
2172 xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href);
2478 xmlXPathFreeContext(ctxt->pctxt);
2484 ctxt->pctxt = xmlXPathNewContext(doc);
2830 ctxt->pctxt = xmlXPathNewContext(ctxt->doc);
2831 if (ctxt->pctxt == NULL) {
2985 ctxt->pctxt->node = ctxt->node;
2986 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3004 ctxt->pctxt->node = ctxt->node;
3006 ctxt->pctxt->node = ctxt->node;
3007 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3078 ctxt->pctxt->node = NULL;
3085 ctxt->pctxt->node = ctxt->node;
3086 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3158 ctxt->pctxt->node = NULL;
3165 ctxt->pctxt->node = ctxt->node;
3167 ctxt->pctxt->node = ctxt->node;
3168 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt);
3236 ctxt->pctxt->node = NULL;
3247 xmlXPathFreeContext(ctxt->pctxt);