Lines Matching defs:ctxt
9457 xmlNodePtr ctxt = NULL;
9523 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9524 if (ctxt == NULL)
9529 set_attr_from_prop_default(exp_prop, ctxt,
9534 set_attr_from_prop_default(exp_prop, ctxt, "project",
9540 set_attr_from_prop_default(exp_prop, ctxt,
9559 prof = xmlNewChild(ctxt, NULL,
9572 cred = xmlNewChild(ctxt, NULL,
9613 if (ctxt == NULL) {
9614 ctxt = xmlNewNode(NULL, (xmlChar *)"method_context");
9615 if (ctxt == NULL)
9618 (void) xmlAddChild(ctxt, env);
9622 (void) xmlAddChild(n, ctxt);
9624 xmlFreeNode(ctxt);