Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c3246 int attIndex = 0; in storeAtts() local
3368 appAtts[attIndex++] = attId->name; in storeAtts()
3390 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3394 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3397 if (appAtts[attIndex] == 0) in storeAtts()
3406 appAtts[attIndex], bindingsPtr); in storeAtts()
3409 --attIndex; in storeAtts()
3412 attIndex++; in storeAtts()
3417 attIndex++; in storeAtts()
3421 parser->m_nSpecifiedAtts = attIndex; in storeAtts()
[all …]