• Home
  • Raw
  • Download

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()
2478 xmlXPathFreeContext(ctxt->pctxt); in xmlShellLoad()
2484 ctxt->pctxt = xmlXPathNewContext(doc); in xmlShellLoad()
2832 ctxt->pctxt = xmlXPathNewContext(ctxt->doc); in xmlShell()
2833 if (ctxt->pctxt == NULL) { in xmlShell()
2972 ctxt->pctxt->node = ctxt->node; in xmlShell()
2974 ctxt->pctxt->node = ctxt->node; in xmlShell()
2975 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3040 ctxt->pctxt->node = NULL; in xmlShell()
3064 ctxt->pctxt->node = ctxt->node; in xmlShell()
3065 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3083 ctxt->pctxt->node = ctxt->node; in xmlShell()
3085 ctxt->pctxt->node = ctxt->node; in xmlShell()
3086 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3157 ctxt->pctxt->node = NULL; in xmlShell()
3166 ctxt->pctxt->node = ctxt->node; in xmlShell()
3168 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3234 ctxt->pctxt->node = NULL; in xmlShell()
3243 ctxt->pctxt->node = ctxt->node; in xmlShell()
3247 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3319 ctxt->pctxt->node = NULL; in xmlShell()
3326 ctxt->pctxt->node = ctxt->node; in xmlShell()
3328 ctxt->pctxt->node = ctxt->node; in xmlShell()
3329 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3397 ctxt->pctxt->node = NULL; in xmlShell()
3408 xmlXPathFreeContext(ctxt->pctxt); in xmlShell()