Searched defs:appAtts (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c3158 const XML_Char **appAtts; /* the attribute list for the application */ local
3210 appAtts = (const XML_Char **)parser->m_atts;
3240 appAtts[attIndex++] = attId->name;
3262 appAtts[attIndex] = poolStart(&parser->m_tempPool);
3267 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, parser->m_atts[i].valuePtr,
3269 if (appAtts[attIndex] == 0)
3278 appAtts[attIndex], bindingsPtr);
3298 if (appAtts[i] == elementType->idAtt->name) {
3320 appAtts[attIndex++] = da->id->name;
3321 appAtts[attInde
[all...]
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c2719 const XML_Char **appAtts; /* the attribute list for the application */ local
2767 appAtts = (const XML_Char **)atts;
2797 appAtts[attIndex++] = attId->name;
2819 appAtts[attIndex] = poolStart(&tempPool);
2824 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2826 if (appAtts[attIndex] == 0)
2835 appAtts[attIndex], bindingsPtr);
2855 if (appAtts[i] == elementType->idAtt->name) {
2877 appAtts[attIndex++] = da->id->name;
2878 appAtts[attInde
[all...]
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c2719 const XML_Char **appAtts; /* the attribute list for the application */ local
2767 appAtts = (const XML_Char **)atts;
2797 appAtts[attIndex++] = attId->name;
2819 appAtts[attIndex] = poolStart(&tempPool);
2824 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2826 if (appAtts[attIndex] == 0)
2835 appAtts[attIndex], bindingsPtr);
2855 if (appAtts[i] == elementType->idAtt->name) {
2877 appAtts[attIndex++] = da->id->name;
2878 appAtts[attInde
[all...]

Completed in 357 milliseconds