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

/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c2705 const XML_Char **appAtts; /* the attribute list for the application */ local
2753 appAtts = (const XML_Char **)atts;
2783 appAtts[attIndex++] = attId->name;
2805 appAtts[attIndex] = poolStart(&tempPool);
2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2812 if (appAtts[attIndex] == 0)
2821 appAtts[attIndex], bindingsPtr);
2841 if (appAtts[i] == elementType->idAtt->name) {
2863 appAtts[attIndex++] = da->id->name;
2864 appAtts[attInde
[all...]
/external/expat/lib/
H A Dxmlparse.c2705 const XML_Char **appAtts; /* the attribute list for the application */ local
2753 appAtts = (const XML_Char **)atts;
2783 appAtts[attIndex++] = attId->name;
2805 appAtts[attIndex] = poolStart(&tempPool);
2810 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2812 if (appAtts[attIndex] == 0)
2821 appAtts[attIndex], bindingsPtr);
2841 if (appAtts[i] == elementType->idAtt->name) {
2863 appAtts[attIndex++] = da->id->name;
2864 appAtts[attInde
[all...]

Completed in 330 milliseconds