Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c3299 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
3390 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
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()
3478 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
3498 appAtts[attIndex++] = da->id->name; in storeAtts()
3499 appAtts[attInde in storeAtts()
[all...]
/third_party/python/Modules/expat/
H A Dxmlparse.c3256 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
3347 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
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()
3435 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
3455 appAtts[attIndex++] = da->id->name; in storeAtts()
3456 appAtts[attInde in storeAtts()
[all...]

Completed in 14 milliseconds