Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c3300 int attIndex = 0; in storeAtts() local
3422 appAtts[attIndex++] = attId->name; in storeAtts()
3444 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3448 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3451 if (appAtts[attIndex] == 0) in storeAtts()
3460 appAtts[attIndex], bindingsPtr); in storeAtts()
3463 --attIndex; in storeAtts()
3466 attIndex++; in storeAtts()
3471 attIndex++; in storeAtts()
3475 parser->m_nSpecifiedAtts = attIndex; in storeAtts()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c3257 int attIndex = 0; in storeAtts() local
3379 appAtts[attIndex++] = attId->name; in storeAtts()
3401 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3405 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3408 if (appAtts[attIndex] == 0) in storeAtts()
3417 appAtts[attIndex], bindingsPtr); in storeAtts()
3420 --attIndex; in storeAtts()
3423 attIndex++; in storeAtts()
3428 attIndex++; in storeAtts()
3432 parser->m_nSpecifiedAtts = attIndex; in storeAtts()
[all...]

Completed in 14 milliseconds