Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/expat/lib/
Dxmlparse.c2754 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
2802 appAtts = (const XML_Char **)atts; in storeAtts()
2832 appAtts[attIndex++] = attId->name; in storeAtts()
2854 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2859 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2861 if (appAtts[attIndex] == 0) in storeAtts()
2870 appAtts[attIndex], bindingsPtr); in storeAtts()
2890 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
2912 appAtts[attIndex++] = da->id->name; in storeAtts()
2913 appAtts[attIndex++] = da->value; in storeAtts()
[all …]