Home
last modified time | relevance | path

Searched refs:currAtts (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Doutput.cpp1605 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 …]
H A Doutput.h398 currAtts; variable