Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c3394 XML_AttrInfo *currAttInfo = &parser->m_attInfo[i]; in storeAtts() local
3403 currAttInfo->nameStart in storeAtts()
3405 currAttInfo->nameEnd in storeAtts()
3406 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
3407 currAttInfo->valueStart = parser->m_parseEndByteIndex in storeAtts()
3409 currAttInfo->valueEnd = parser->m_parseEndByteIndex in storeAtts()
/third_party/python/Modules/expat/
H A Dxmlparse.c3351 XML_AttrInfo *currAttInfo = &parser->m_attInfo[i]; in storeAtts() local
3360 currAttInfo->nameStart in storeAtts()
3362 currAttInfo->nameEnd in storeAtts()
3363 = currAttInfo->nameStart + XmlNameLength(enc, currAtt->name); in storeAtts()
3364 currAttInfo->valueStart = parser->m_parseEndByteIndex in storeAtts()
3366 currAttInfo->valueEnd = parser->m_parseEndByteIndex in storeAtts()

Completed in 23 milliseconds