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

/external/expat/lib/
H A Dxmlparse.c2755 const XML_Char **appAtts; /* the attribute list for the application */ local
2803 appAtts = (const XML_Char **)atts;
2833 appAtts[attIndex++] = attId->name;
2855 appAtts[attIndex] = poolStart(&tempPool);
2860 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr,
2862 if (appAtts[attIndex] == 0)
2871 appAtts[attIndex], bindingsPtr);
2891 if (appAtts[i] == elementType->idAtt->name) {
2913 appAtts[attIndex++] = da->id->name;
2914 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...]

Completed in 251 milliseconds