Home | History | Annotate | Download | only in libxml2

Lines Matching defs:newobj

9006     xmlXPathObjectPtr cur, newobj;
9024 newobj = valuePop(ctxt);
9025 if ((newobj == NULL) || (newobj->type != XPATH_STRING)) {
9026 xmlXPathReleaseObject(ctxt->context, newobj);
9030 tmp = xmlStrcat(newobj->stringval, cur->stringval);
9031 newobj->stringval = cur->stringval;
9033 xmlXPathReleaseObject(ctxt->context, newobj);