Lines Matching defs:ctxt
9457 xmlNodePtr ctxt = NULL;
9525 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9526 if (ctxt == NULL)
9531 set_attr_from_prop_default(exp_prop, ctxt,
9536 set_attr_from_prop_default(exp_prop, ctxt, "project",
9542 set_attr_from_prop_default(exp_prop, ctxt,
9547 set_attr_from_prop_default(exp_prop, ctxt,
9567 prof = xmlNewChild(ctxt, NULL,
9580 cred = xmlNewChild(ctxt, NULL,
9621 if (ctxt == NULL) {
9622 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9623 if (ctxt == NULL)
9626 (void) xmlAddChild(ctxt, env);
9630 (void) xmlAddChild(n, ctxt);
9632 xmlFreeNode(ctxt);