Home
last modified time | relevance | path

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

/trueos/contrib/expat/lib/
HDxmlparse.c2706 int attIndex = 0; in storeAtts() local
2783 appAtts[attIndex++] = attId->name; in storeAtts()
2805 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2812 if (appAtts[attIndex] == 0) in storeAtts()
2821 appAtts[attIndex], bindingsPtr); in storeAtts()
2824 --attIndex; in storeAtts()
2828 attIndex++; in storeAtts()
2834 attIndex++; in storeAtts()
2838 nSpecifiedAtts = attIndex; in storeAtts()
[all …]