Searched refs:currAtts (Results 1 – 2 of 2) sorted by relevance
1605 int currAttNameNdx = currAtts.findNdx(currAttName); in eventAttributeEnd()1607 currAtts[currAttNameNdx] -> value = currData; in eventAttributeEnd()1609 currAtts.appendConstruct(currAttName, currData); in eventAttributeEnd()1935 for (i = 0; i < currAtts.number(); i++) in reportStartTag()1944 currAtts[i] -> key.getname(aliname); in reportStartTag()1971 attsTable[currAtts.number() * 2] = NULL; in reportStartTag()1994 for (i = 0; i < currAtts.number(); i++) in reportStartTag()1996 Str *expatName = nameForSAX(S, currAtts[i] -> key); in reportStartTag()1999 attsTable[(i * 2) + 1] = currAtts[i] -> value; in reportStartTag()2018 for (i = 0; i < currAtts.number(); i++) in reportStartTag()[all …]
398 currAtts; variable