Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c3753 int attIndex = 0; local
3877 appAtts[attIndex++] = attId->name;
3899 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3903 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc,
3906 if (appAtts[attIndex] == 0)
3915 appAtts[attIndex], bindingsPtr);
3918 --attIndex;
3921 attIndex++;
3926 attIndex++;
3930 parser->m_nSpecifiedAtts = attIndex;
[all …]