Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/expat/
Dxmlparse.c2719 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
2767 appAtts = (const XML_Char **)atts; in storeAtts()
2797 appAtts[attIndex++] = attId->name; in storeAtts()
2819 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2824 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2826 if (appAtts[attIndex] == 0) in storeAtts()
2835 appAtts[attIndex], bindingsPtr); in storeAtts()
2855 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
2877 appAtts[attIndex++] = da->id->name; in storeAtts()
2878 appAtts[attIndex++] = da->value; in storeAtts()
[all …]
/external/expat/lib/
Dxmlparse.c2755 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
2803 appAtts = (const XML_Char **)atts; in storeAtts()
2833 appAtts[attIndex++] = attId->name; in storeAtts()
2855 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2860 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2862 if (appAtts[attIndex] == 0) in storeAtts()
2871 appAtts[attIndex], bindingsPtr); in storeAtts()
2891 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
2913 appAtts[attIndex++] = da->id->name; in storeAtts()
2914 appAtts[attIndex++] = da->value; in storeAtts()
[all …]