Lines Matching refs:appAtts
2716 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
2764 appAtts = (const XML_Char **)atts; in storeAtts()
2794 appAtts[attIndex++] = attId->name; in storeAtts()
2816 appAtts[attIndex] = poolStart(&tempPool); in storeAtts()
2821 appAtts[attIndex] = poolStoreString(&tempPool, enc, atts[i].valuePtr, in storeAtts()
2823 if (appAtts[attIndex] == 0) in storeAtts()
2832 appAtts[attIndex], bindingsPtr); in storeAtts()
2852 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
2874 appAtts[attIndex++] = da->id->name; in storeAtts()
2875 appAtts[attIndex++] = da->value; in storeAtts()
2880 appAtts[attIndex++] = da->id->name; in storeAtts()
2881 appAtts[attIndex++] = da->value; in storeAtts()
2885 appAtts[attIndex] = 0; in storeAtts()
2918 const XML_Char *s = appAtts[i]; in storeAtts()
2981 appAtts[i] = s; in storeAtts()
2999 ((XML_Char *)(appAtts[i]))[-1] = 0; in storeAtts()