Home
last modified time | relevance | path

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

/external/expat/lib/
Dxmlparse.c2611 int attIndex = 0; in storeAtts() local
2667 appAtts[attIndex++] = attId->name; in storeAtts()
2689 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2694 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2696 if (appAtts[attIndex] == 0) in storeAtts()
2705 appAtts[attIndex], bindingsPtr); in storeAtts()
2708 --attIndex; in storeAtts()
2712 attIndex++; in storeAtts()
2718 attIndex++; in storeAtts()
2722 nSpecifiedAtts = attIndex; in storeAtts()
[all …]