Lines Matching defs:temp2
2736 XML_AttrInfo *temp2;2744 temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo));2745 if (temp2 == NULL)2747 attInfo = temp2;