attInfo 767 third_party/expat/files/lib/xmlparse.c attInfo = (XML_AttrInfo*)MALLOC(attsSize * sizeof(XML_AttrInfo)); attInfo 768 third_party/expat/files/lib/xmlparse.c if (attInfo == NULL) { attInfo 778 third_party/expat/files/lib/xmlparse.c FREE(attInfo); attInfo 793 third_party/expat/files/lib/xmlparse.c FREE(attInfo); attInfo 1182 third_party/expat/files/lib/xmlparse.c FREE((void *)attInfo); attInfo 1268 third_party/expat/files/lib/xmlparse.c return attInfo; attInfo 2744 third_party/expat/files/lib/xmlparse.c temp2 = (XML_AttrInfo *)REALLOC((void *)attInfo, attsSize * sizeof(XML_AttrInfo)); attInfo 2747 third_party/expat/files/lib/xmlparse.c attInfo = temp2; attInfo 2757 third_party/expat/files/lib/xmlparse.c XML_AttrInfo *currAttInfo = &attInfo[i];