Lines Matching refs:appAtts
3245 const XML_Char **appAtts; /* the attribute list for the application */ in storeAtts() local
3336 appAtts = (const XML_Char **)parser->m_atts; in storeAtts()
3368 appAtts[attIndex++] = attId->name; in storeAtts()
3390 appAtts[attIndex] = poolStart(&parser->m_tempPool); in storeAtts()
3394 appAtts[attIndex] = poolStoreString(&parser->m_tempPool, enc, in storeAtts()
3397 if (appAtts[attIndex] == 0) in storeAtts()
3406 appAtts[attIndex], bindingsPtr); in storeAtts()
3424 if (appAtts[i] == elementType->idAtt->name) { in storeAtts()
3444 appAtts[attIndex++] = da->id->name; in storeAtts()
3445 appAtts[attIndex++] = da->value; in storeAtts()
3449 appAtts[attIndex++] = da->id->name; in storeAtts()
3450 appAtts[attIndex++] = da->value; in storeAtts()
3454 appAtts[attIndex] = 0; in storeAtts()
3521 const XML_Char *s = appAtts[i]; in storeAtts()
3610 appAtts[i] = s; in storeAtts()
3627 ((XML_Char *)(appAtts[i]))[-1] = 0; in storeAtts()