nsAtts 814 third_party/expat/files/lib/xmlparse.c nsAtts = NULL; nsAtts 1187 third_party/expat/files/lib/xmlparse.c FREE(nsAtts); nsAtts 2891 third_party/expat/files/lib/xmlparse.c temp = (NS_ATT *)REALLOC(nsAtts, nsAttsSize * sizeof(NS_ATT)); nsAtts 2894 third_party/expat/files/lib/xmlparse.c nsAtts = temp; nsAtts 2901 third_party/expat/files/lib/xmlparse.c nsAtts[--j].version = version; nsAtts 2940 third_party/expat/files/lib/xmlparse.c while (nsAtts[j].version == version) { nsAtts 2942 third_party/expat/files/lib/xmlparse.c if (uriHash == nsAtts[j].hash) { nsAtts 2944 third_party/expat/files/lib/xmlparse.c const XML_Char *s2 = nsAtts[j].uriName; nsAtts 2971 third_party/expat/files/lib/xmlparse.c nsAtts[j].version = version; nsAtts 2972 third_party/expat/files/lib/xmlparse.c nsAtts[j].hash = uriHash; nsAtts 2973 third_party/expat/files/lib/xmlparse.c nsAtts[j].uriName = s;