Searched defs:attIndex (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dxmlparse.c2706 int attIndex = 0; local
2783 appAtts[attIndex++] = attId->name;
2805 appAtts[attIndex] = poolStart(&tempPool);
2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2812 if (appAtts[attIndex] == 0)
2821 appAtts[attIndex], bindingsPtr);
2824 --attIndex;
2828 attIndex++;
2834 attIndex++;
2838 nSpecifiedAtts = attIndex;
[all...]

Completed in 55 milliseconds