Home | History | Annotate | Download | only in libxml2

Lines Matching full:tmp2

905     xmlNodePtr tmp, tmp2;
942 tmp2 = xmlDocCopyNode(listParent, target, 2);
943 xmlAddChild(tmp2, list);
944 list = tmp2;