Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3332 int attIndex = 0; in storeAtts() local
3454 appAtts[attIndex++] = attId->name; in storeAtts()
3476 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3480 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3483 if (appAtts[attIndex] == 0) in storeAtts()
3492 appAtts[attIndex], bindingsPtr); in storeAtts()
3495 --attIndex; in storeAtts()
3498 attIndex++; in storeAtts()
3503 attIndex++; in storeAtts()
3507 parser->m_nSpecifiedAtts = attIndex; in storeAtts()
[all …]